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