cholla
ppmc.h
Go to the documentation of this file.
1 
3 #ifndef CUDA
4 #ifdef PPMC
5 
6 #ifndef PPMC_H
7 #define PPMC_H
8 
9 #include"global.h"
10 
11 
15 void ppmc(Real stencil[], Real bounds[], Real dx, Real dt, Real gamma);
16 
17 
18 
19 #endif //PPMC_H
20 #endif //PPMC
21 #endif //CUDA