Skip to content
Snippets Groups Projects
Commit 8d74fc60 authored by Rainer Weinberger's avatar Rainer Weinberger
Browse files

bugfix: double definition FlagDoNotRefine pointer

parent 9acc7181
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment