xref: /phasta/phSolver/common/phasta.h (revision 6d49494463f8026ec77caf00e954b80d9c981709)
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