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

Function PrintUsage

Util/ConvertCheckpoint/Embiggen.cpp:151–160  ·  view source on GitHub ↗

---------------------------------------------------------------

Source from the content-addressed store, hash-verified

149
150// ---------------------------------------------------------------
151static void PrintUsage (char *progName) {
152 cout << "Usage: " << progName << " checkin=filename "
153 << "checkout=outfilename "
154 << "ref_ratio= 2 or 4 "
155 << "grown_factor=integer "
156 << "star_at_center =0 or 1 "
157 << "[nfiles=nfilesout] "
158 << "[verbose=trueorfalse]" << endl;
159 exit(1);
160}
161
162// ---------------------------------------------------------------
163

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected