MIDAS  0.75
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
oofem_main.h
Go to the documentation of this file.
1 #ifndef OOFEM_MAIN_H
2 #define OOFEM_MAIN_H
3 
4 #include <stdio.h>
5 
6 //namespace oofem {
7 
8 //int oofem_main (int argc, char **argv, char **solver_infile_ptr, size_t *solver_infile_size);
9 int oofem_main (bool rn, const char *inputFileName, const char *oname);
10 
11 //} // end namespace oofem
12 
13 #endif // OOFEM_MAIN_H
int oofem_main(bool rn, const char *inputFileName, const char *oname)
Definition: oofem_main.cpp:29