xref: /phasta/phSolver/common/phasta.h (revision a5c8caf212f7fc43de65b1ab86a6f33aff31f966)
1 #ifndef PHASTA_H_
2 #define PHASTA_H_
3 #include "Input.h"
4 struct RStream;
5 struct GRStream;
6 int phasta(int argc, char**argv);
7 int phasta(phSolver::Input& ctrl);
8 int phasta(phSolver::Input& ctrl, GRStream* in);
9 int phasta(phSolver::Input& ctrl, RStream* out);
10 int phasta(phSolver::Input& ctrl, GRStream* in, RStream* out);
11 #endif
12