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

Function print_usage

Tools/C_util/DiffMultiFab/diffmultifab.cpp:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace amrex;
11
12void
13print_usage (int, char* argv[])
14{
15 Print()<<"\n"
16 <<"This program differences two MultiFabs.\n\n"
17 << "usage:\n"
18 << argv[0] << " infile1=mf1 infile2=mf2 ngrow=ngrow\n"
19 << std::endl;
20 exit(1);
21}
22
23int main(int argc, char* argv[])
24{

Callers 1

mainFunction · 0.70

Calls 1

PrintClass · 0.85

Tested by

no test coverage detected