MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / PrintHelp

Function PrintHelp

Diagnostics/Sedov/main.cpp:474–481  ·  view source on GitHub ↗

Print usage info

Source from the content-addressed store, hash-verified

472// Print usage info
473//
474void PrintHelp ()
475{
476 Print() << "\nusage: executable_name args"
477 << "\nargs [-p|--pltfile] plotfile : plot file directory (required)"
478 << "\n [-s|--slicefile] slice file : slice file (required)"
479 << "\n\n" << std::endl;
480
481}

Callers 1

GetInputArgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected