cholla
src
plmp.h
Go to the documentation of this file.
1
3
#ifndef CUDA
4
#ifdef PLMP
5
6
#ifndef PLMP_H
7
#define PLMP_H
8
9
#include"global.h"
10
13
void
plmp(Real stencil[], Real bounds[], Real dx, Real dt, Real gamma);
14
15
16
17
#endif //PLMP_H
18
#endif //PLMP
19
#endif //CUDA
Generated by
1.8.12