17 #ifndef FLOW_ENERGY_HPP 18 #define FLOW_ENERGY_HPP 23 int flowEnergyMain(
int argc,
char** argv,
bool outputCout,
bool outputFiles);
30 #endif // FLOW_ENERGY_HPP Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that ...
Definition: blackoilbioeffectsmodules.hh:45
int flowEnergyMain(int argc, char **argv, bool outputCout, bool outputFiles)
Main function used in flow binary.
Definition: flow_energy.cpp:62
int flowEnergyMainStandalone(int argc, char **argv)
Main function used in flow_energy binary.
Definition: flow_energy.cpp:73