[Commits] [svn:einsteintoolkit] NullEvolve/branches/tapir/src/ (Rev. 19)
bela at caltech.edu
bela at caltech.edu
Thu Jan 2 21:34:36 CST 2014
User: szilagyi
Date: 2014/01/02 09:34 PM
Modified:
/branches/tapir/src/
make.code.defn
Log:
will no longer compile NullEvol_cfl_test.F90 and NullEvol_TimeStep.F90
The first of these is poorly documented and has use of magic numbers
such as '76' in index positions. The second is setting cctk_delta_time
and updating cctk_time from within fortran by simply setting values to
these as if they were ordinary variables.
File Changes:
Directory: /branches/tapir/src/
===============================
File [modified]: make.code.defn
Delta lines: +2 -2
===================================================================
--- branches/tapir/src/make.code.defn 2013-12-28 04:57:15 UTC (rev 18)
+++ branches/tapir/src/make.code.defn 2014-01-03 03:34:36 UTC (rev 19)
@@ -2,9 +2,9 @@
# $Header$
# Source files in this directory
-SRCS = NullEvol_Bdry.F90 NullEvol_cfl_test.F90 NullEvol_Evol.F90 \
+SRCS = NullEvol_Bdry.F90 NullEvol_Evol.F90 \
NullEvol_hyper_beta.F90 NullEvol_hyper_u.F90 NullEvol_hyper_q.F90 NullEvol_hyper_w.F90 \
- NullEvol_InitialData.F90 NullEvol_TimeStep.F90 NullEvol_Mask.F90 NullEvol_DissipMask.F90 \
+ NullEvol_InitialData.F90 NullEvol_Mask.F90 NullEvol_DissipMask.F90 \
NullEvol_Pulse.F90 NullEvol_Step.F90 NullEvol_sYlm.F90 NullEvol_InitialSlice.F90 \
NullEvol_Diag.F90 NullEvol_DiagMod.F90
More information about the Commits
mailing list