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

Function print_usage

Tools/Postprocessing/C_Src/PlotfileToTurb.cpp:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace amrex;
24
25static
26void
27print_usage (int,
28 char* argv[])
29{
30 std::cerr << "usage:\n";
31 std::cerr << argv[0] << " ifile=<pltfile> ofile=<turbname>\n";
32 exit(1);
33}
34
35static
36void

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected