[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 420)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Sep 3 20:20:41 CDT 2012


User: knarf
Date: 2012/09/03 08:20 PM

Modified:
 /trunk/
  schedule.ccl

Log:
 put { on new line after else

File Changes:

Directory: /trunk/
==================

File [modified]: schedule.ccl
Delta lines: +3 -1
===================================================================
--- trunk/schedule.ccl	2012-08-27 19:19:46 UTC (rev 419)
+++ trunk/schedule.ccl	2012-09-04 01:20:40 UTC (rev 420)
@@ -972,7 +972,9 @@
     {
       LANG: Fortran
     } "Convert initial data given in primive variables to conserved variables - MHD version"
-  } else {
+  }
+  else
+  {
     schedule Conservative2Primitive IN HydroBase_Con2Prim AS Con2Prim IF GRHydro::execute_MoL_PostStep
     {
       LANG: Fortran



More information about the Commits mailing list