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

Function PrintUsage

Tools/Postprocessing/C_Src/PlotfileToMatLab.cpp:48–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48static
49void
50PrintUsage (char* progName)
51{
52 std::cout << "\nUsage:\n"
53 << progName
54 << "\n\tinfile = inputFileName"
55 << "\n\tplot_vars = list of plot variables (none specified --> ALL)"
56 << "\n\t[-help]"
57 << "\n\n";
58 exit(1);
59}
60
61//
62// Special MatLab value specifying float or double.

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected