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

Function print_usage

Tools/Postprocessing/C_Src/PtwisePltTransform.cpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace amrex;
28
29static
30void
31print_usage (int,
32 char* argv[])
33{
34 std::cerr << "usage:\n";
35 std::cerr << argv[0] << " infile=<plotfilename> varNames=v1 v2 ... \n";
36 exit(1);
37}
38
39std::string
40getFileRoot(const std::string& infile)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected