PLUTO
fd_states.c
Go to the documentation of this file.
1 #include "pluto.h"
2 
3 /* ************************************************************* */
4 void States (const State_1D *state, int beg, int end, Grid *grid)
5 /*
6  * PURPOSE
7  *
8  * Empty function. Should be used with finite-difference
9  *
10  **************************************************************** */
11 {
12 
13 
14 }
int end
Global end index for the local array.
Definition: structs.h:116
int beg
Global start index for the local array.
Definition: structs.h:115
Definition: structs.h:78
PLUTO main header file.
void States(const State_1D *state, int beg, int end, Grid *grid)
Definition: fd_states.c:4