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/PlotfileToTurb.cpp:25–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
using namespace amrex;
24
25
static
26
void
27
print_usage (int,
28
char* argv[])
29
{
30
std::cerr <<
"usage:\n"
;
31
std::cerr << argv[0] <<
" ifile=<pltfile> ofile=<turbname>\n"
;
32
exit(1);
33
}
34
35
static
36
void
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected