1 new commit in enzo-dev:
https://bitbucket.org/enzo/enzo-dev/commits/8a9e85f4229b/
Changeset: 8a9e85f4229b
Branch: week-of-code
User: jwise77
Date: 2019-02-19 16:27:08+00:00
Summary: Merged in pterjan/enzo-dev-1/pterjan/include-phys_constantsh-last-to-avoid-in-1539806802429 (pull request #428)
Include phys_constants.h last to avoid interfering with system headers on aarch64.
Approved-by: John Regan <
johnanth...@gmail.com>
Approved-by: John Wise <
jw...@physics.gatech.edu>
Approved-by: Nathan Goldbaum <
ngol...@illinois.edu>
Affected #: 2 files
diff -r 86525df8b782 -r 8a9e85f4229b src/enzo/Grid_FlagCellsToBeRefinedByJeansLength.C
--- a/src/enzo/Grid_FlagCellsToBeRefinedByJeansLength.C
+++ b/src/enzo/Grid_FlagCellsToBeRefinedByJeansLength.C
@@ -15,7 +15,6 @@
#include <stdio.h>
#include <math.h>
-#include "phys_constants.h"
#include "ErrorExceptions.h"
#include "macros_and_parameters.h"
#include "typedefs.h"
@@ -25,6 +24,7 @@
#include "ExternalBoundary.h"
#include "Grid.h"
#include "hydro_rk/EOS.h"
+#include "phys_constants.h"
/* function prototypes */
diff -r 86525df8b782 -r 8a9e85f4229b src/enzo/Grid_FlagCellsToBeRefinedByTotalJeansLength.C
--- a/src/enzo/Grid_FlagCellsToBeRefinedByTotalJeansLength.C
+++ b/src/enzo/Grid_FlagCellsToBeRefinedByTotalJeansLength.C
@@ -16,7 +16,6 @@
#include <stdio.h>
#include <math.h>
-#include "phys_constants.h"
#include "ErrorExceptions.h"
#include "macros_and_parameters.h"
#include "typedefs.h"
@@ -26,7 +25,8 @@
#include "ExternalBoundary.h"
#include "Grid.h"
#include "hydro_rk/EOS.h"
-
+#include "phys_constants.h"
+
/* function prototypes */
int GetUnits(float *DensityUnits, float *LengthUnits,
Repository URL:
https://bitbucket.org/enzo/enzo-dev/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.