vtf-logo

eulerznd1.h

Go to the documentation of this file.
00001 #ifndef AMROC_EULERZND1_H
00002 #define AMROC_EULERZND1_H
00003 
00004 // Copyright (C) 2002 Ralf Deiterding
00005 // Brandenburgische Universitaet Cottbus
00006 //
00007 // Copyright (C) 2003-2007 California Institute of Technology
00008 // Ralf Deiterding, ralf@amroc.net
00009 
00015 #define DIM        1
00016 #define NEQUATIONS 4
00017 #define NEQUSED    4
00018 #define NWAVES     3
00019 #define NFIXUP     4
00020 #define NAUX       0
00021 
00022 #include "DAGHFortranInterfaces.h"                           
00023 
00024 #define f_normalflux FORTRAN_NAME(rp1euznd, RP1EUZND)
00025 #define f_check FORTRAN_NAME(chk1euznd, CHK1EUZND)
00026 #define f_flgout FORTRAN_NAME(flgout1euznd, FLGOUT1EUZND)
00027 
00028 extern "C" {
00029   void f_normalflux();
00030   void f_check();
00031   void f_flgout();
00032 }
00033 
00034 #include "ClpStdFunctions.h"
00035 
00036 #endif
00037