MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / main

Function main

Tools/Plotfile/ftime.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int main (int argc, char* argv[])
32{
33 amrex::SetVerbose(0);
34 amrex::Initialize(argc, argv, false);
35 main_main();
36 amrex::Finalize();
37}

Callers

nothing calls this directly

Calls 3

main_mainFunction · 0.70
InitializeFunction · 0.50
FinalizeFunction · 0.50

Tested by

no test coverage detected