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

Function main

Tests/complementIn/main.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11BoxArray readBoxList (const std::string& file, Box& domain);
12
13int main(int argc, char* argv[])
14{
15 amrex::Initialize(argc,argv);
16 test();
17 amrex::Finalize();
18}
19
20void test ()
21{

Callers

nothing calls this directly

Calls 3

testFunction · 0.70
InitializeFunction · 0.50
FinalizeFunction · 0.50

Tested by

no test coverage detected