Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ PrintUsage
Function
PrintUsage
Tools/Postprocessing/C_Src/MultiFabToMatLab.cpp:25–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#endif
24
25
static
26
void
27
PrintUsage (char* progName)
28
{
29
std::cout <<
"\nUsage:\n"
30
<< progName
31
<<
"\n\tinfile = inputFileName"
32
<<
"\n\t[-help]"
33
<<
"\n\n"
;
34
exit(1);
35
}
36
37
static
38
void
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected