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