xref: /phasta/phSolver/common/phasta.h (revision 3c2e0d5193c4a8bc6f7a8e27fe1c18609a3953ad)
1 #ifndef PHASTA_H_
2 #define PHASTA_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7   int phasta(int argc, char**argv);
8 #ifdef __cplusplus
9 }
10 #endif
11 
12 #endif
13