xref: /phasta/phSolver/common/phasta.h (revision d7abaf6c7709145d1e6e6b7740bd56c3f238d064)
1 #ifndef PHASTA_H_
2 #define PHASTA_H_
3 struct RStream;
4 struct GRStream;
5 int phasta(int argc, char**argv);
6 int phasta(int argc, char**argv, GRStream* in);
7 #endif
8