c Mahc_Evolve: Numerical Evolution of the General Relativistic Hydro Equations c Copyright (C) 2001 Mark Miller /*@@ @file Mahc_Init_Primvar.F @date December 1999 @author Mark Miller @desc Calculate primative hydro variables in CCTK_INITIAL @enddesc @@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" /*@@ @routine Mahc_Init_Primvar @date December 1999 @author Mark Miller @desc Calculate primative hydro variables in CCTK_INITIAL @enddesc @calls @calledby @history @endhistory @@*/ subroutine Mahc_Init_Primvar(CCTK_FARGUMENTS) implicit none DECLARE_CCTK_FARGUMENTS call get_prim_var(CCTK_FARGUMENTS) return end