aboutsummaryrefslogtreecommitdiff
path: root/src/GRHydro_Con2PrimM.F90
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-05-17 03:30:28 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-05-17 03:30:28 +0000
commit98b4a061f681c7f24ba780c315e2d2bd7f964259 (patch)
treeb1668f961b14a78d734c73fadb5fbded73284bf0 /src/GRHydro_Con2PrimM.F90
parentdc1df2f8aad2f1d572924bcf8ddea5caf035e8c9 (diff)
GRHydro: relace C-style include for module with proper module
the C-like coding had some problems, in particular it would compile the same module more than once and would circumvent Cactus' module dependency tracking. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@520 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/GRHydro_Con2PrimM.F90')
-rw-r--r--src/GRHydro_Con2PrimM.F901
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GRHydro_Con2PrimM.F90 b/src/GRHydro_Con2PrimM.F90
index 720e826..d587d02 100644
--- a/src/GRHydro_Con2PrimM.F90
+++ b/src/GRHydro_Con2PrimM.F90
@@ -12,7 +12,6 @@
#include "cctk_Arguments.h"
#include "cctk_Functions.h"
#include "SpaceMask.h"
-#include "GRHydro_InterfacesM.h"
#include "GRHydro_Macros.h"
#define ITER_TOL (1.0e-8)