Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Arepo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Volker Springel
Arepo
Commits
8d74fc60
Commit
8d74fc60
authored
2 years ago
by
Rainer Weinberger
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: double definition FlagDoNotRefine pointer
parent
9acc7181
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/allvars.h
+4
-0
4 additions, 0 deletions
src/main/allvars.h
src/mesh/criterion_refinement.c
+0
-4
0 additions, 4 deletions
src/mesh/criterion_refinement.c
with
4 additions
and
4 deletions
src/main/allvars.h
+
4
−
0
View file @
8d74fc60
...
...
@@ -718,6 +718,10 @@ extern gsl_rng *random_generator_aux; /*!< an auxialiary random number generator
extern
int
Stars_converted
;
/*!< current number of star particles in gas particle block */
#endif
/* #ifdef USE_SFR */
#if defined(REFINEMENT_MERGE_CELLS) && defined(REFINEMENT_SPLIT_CELLS)
extern
char
*
FlagDoNotRefine
;
/*! flag if file should not be refined */
#endif
/* #if defined (REFINEMENT_MERGE_CELLS) && defined (REFINEMENT_SPLIT_CELLS) */
#ifdef TOLERATE_WRITE_ERROR
extern
int
WriteErrorFlag
;
extern
char
AlternativeOutputDir
[
MAXLEN_PATH
];
...
...
This diff is collapsed.
Click to expand it.
src/mesh/criterion_refinement.c
+
0
−
4
View file @
8d74fc60
...
...
@@ -53,10 +53,6 @@ static int jeans_refinement_criteria(int i);
static
int
refine_criterion_volume
(
int
i
);
#endif
#ifdef REFINEMENT_MERGE_CELLS
char
*
FlagDoNotRefine
;
#endif
/* #ifdef REFINEMENT_MERGE_CELLS */
/*! \brief Should this cell be refined?
*
* This function signals whether a cell needs further refinement. This needs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment