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

knarf at cct.lsu.edu knarf at cct.lsu.edu
Thu Aug 19 09:25:30 CDT 2010


User: knarf
Date: 2010/08/19 09:25 AM

Modified:
 /trunk/src/
  GRHydro_EOS.c

Log:
 fix stupid typo

File Changes:

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

File [modified]: GRHydro_EOS.c
Delta lines: +1 -1
===================================================================
--- trunk/src/GRHydro_EOS.c	2010-08-18 18:41:48 UTC (rev 149)
+++ trunk/src/GRHydro_EOS.c	2010-08-19 14:25:30 UTC (rev 150)
@@ -53,7 +53,7 @@
 #else
   if ((*GRHydro_eos_handle       = EOS_Handle(GRHydro_eos_table)) < 0)
     CCTK_WARN(0, "Cannot get EOS handle, aborting.");
-  if ((*GRHydro_polytrope_handle = EOS_Handle("2D_Polytrope")) < 0);
+  if ((*GRHydro_polytrope_handle = EOS_Handle("2D_Polytrope")) < 0)
     CCTK_WARN(0, "Cannot get polytrope EOS handle, aborting.");
   CCTK_VInfo(CCTK_THORNSTRING, "GRHydro will use the %s equation of state.",
                                GRHydro_eos_table);



More information about the Commits mailing list