[Commits] [svn:einsteintoolkit] TOVSolver/trunk/src/ (Rev. 149)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Wed Apr 30 14:25:56 CDT 2014


User: rhaas
Date: 2014/04/30 02:25 PM

Modified:
 /trunk/src/
  tov.c

Log:
 fix missing semicolon
 
 The previous commit (rev 148) accidentally commited changes to gxy etc that
 should have been a separate commit. They are not wrong, just should have been
 separated out.

File Changes:

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

File [modified]: tov.c
Delta lines: +1 -1
===================================================================
--- trunk/src/tov.c	2014-04-30 19:16:57 UTC (rev 148)
+++ trunk/src/tov.c	2014-04-30 19:25:56 UTC (rev 149)
@@ -948,7 +948,7 @@
         TOV_Copy(i3D, vely_p, vely);
         TOV_Copy(i3D, velz_p, velz);
         TOV_Copy(i3D, w_lorentz_p, w_lorentz);
-        break:
+        break;
     default:
         CCTK_VWarn(CCTK_WARN_ABORT, __LINE__, __FILE__, CCTK_THORNSTRING,
                    "Unsupported number of TOV_Populate_TimelevelsL: %d",



More information about the Commits mailing list