MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / PrintUsage

Function PrintUsage

Tools/Postprocessing/C_Src/MultiFabToMatLab.cpp:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#endif
24
25static
26void
27PrintUsage (char* progName)
28{
29 std::cout << "\nUsage:\n"
30 << progName
31 << "\n\tinfile = inputFileName"
32 << "\n\t[-help]"
33 << "\n\n";
34 exit(1);
35}
36
37static
38void

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected