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

Function print_usage

Tools/Postprocessing/C_Src/IntegrateComp.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using namespace amrex;
18
19static
20void
21print_usage (int,
22 char* argv[])
23{
24 std::cerr << "usage:\n";
25 std::cerr << argv[0] << " infile=<plotfilename> varNames=v1 v2 ... \n";
26 exit(1);
27}
28
29struct AMReXMeshHierarchy
30{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected