[Commits] [svn:einsteintoolkit] GRHydro/trunk/src/ (Rev. 107)
    knarf at cct.lsu.edu 
    knarf at cct.lsu.edu
       
    Thu Apr 22 10:12:10 CDT 2010
    
    
  
User: knarf
Date: 2010/04/22 10:12 AM
Modified:
 /trunk/src/
  Whisky_EOS.c, Whisky_EoSChangeGamma.F90
Log:
 use cactus include api
File Changes:
Directory: /trunk/src/
======================
File [modified]: Whisky_EOS.c
Delta lines: +1 -1
===================================================================
--- trunk/src/Whisky_EOS.c	2010-04-13 22:40:33 UTC (rev 106)
+++ trunk/src/Whisky_EOS.c	2010-04-22 15:12:10 UTC (rev 107)
@@ -3,7 +3,7 @@
    @date      Wed Feb  6 18:25:33 2002
    @author    
    @desc 
-   Sets the EOS handle number from CactusEOS for use by
+   Sets the EOS handle number from EOS_Base for use by
    all the Whisky routines
    @enddesc 
  @@*/
File [modified]: Whisky_EoSChangeGamma.F90
Delta lines: +3 -3
===================================================================
--- trunk/src/Whisky_EoSChangeGamma.F90	2010-04-13 22:40:33 UTC (rev 106)
+++ trunk/src/Whisky_EoSChangeGamma.F90	2010-04-22 15:12:10 UTC (rev 107)
@@ -50,7 +50,7 @@
   
   CCTK_REAL :: local_gamma
   
-#include "CactusEOS/EOS_Base/src/EOS_Base.inc"
+#include "EOS_Base.inc"
 
 !!$  Set up the fluid constants
 
@@ -122,7 +122,7 @@
   
   CCTK_REAL, dimension(cctk_lsh(1),cctk_lsh(2),cctk_lsh(3)) :: Q
 
-#include "CactusEOS/EOS_Base/src/EOS_Base.inc"
+#include "EOS_Base.inc"
 
 !!$  Set up the fluid constants
 
@@ -200,7 +200,7 @@
 
   character(len=100) infoline
 
-#include "CactusEOS/EOS_Base/src/EOS_Base.inc"
+#include "EOS_Base.inc"
 
 !!$  Set up the fluid constants
 
    
    
More information about the Commits
mailing list