Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unsio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LAMBERT Jean-charles
unsio
Commits
6ac4ab1a
Commit
6ac4ab1a
authored
Jun 15, 2016
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging ramses gravity
parent
136741da
Pipeline
#281
skipped
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/camr.cc
src/camr.cc
+3
-1
src/snapshotnemo.h
src/snapshotnemo.h
+1
-1
No files found.
src/camr.cc
View file @
6ac4ab1a
...
...
@@ -263,7 +263,9 @@ template <class T> int CAmr::loadData(uns::CParticles<T> * particles,
}
// allocate work arrays
ngrida
=
ngridfile
[
ilevel
][
icpu
];
if
(
verbose
)
{
std
::
cerr
<<
"ngrida="
<<
ngrida
<<
"
\n
"
;
}
double
*
xg
=
NULL
,
*
var
=
NULL
,
*
varg
=
NULL
;
int
*
son
=
NULL
;
if
(
ngrida
>
0
)
{
...
...
src/snapshotnemo.h
View file @
6ac4ab1a
...
...
@@ -24,7 +24,7 @@ extern "C" {
#include <filestruct.h>
#include <nemo.h>
#include <snapshot/snapshot.h>
}
;
}
namespace
uns
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment