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