Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ print_usage
Function
print_usage
Tools/Postprocessing/C_Src/IntegrateComp.cpp:19–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
using namespace amrex;
18
19
static
20
void
21
print_usage (int,
22
char* argv[])
23
{
24
std::cerr <<
"usage:\n"
;
25
std::cerr << argv[0] <<
" infile=<plotfilename> varNames=v1 v2 ... \n"
;
26
exit(1);
27
}
28
29
struct AMReXMeshHierarchy
30
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected