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

Function main

Tests/Particles/InitRandom/main.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14void testSOA ();
15
16int main(int argc, char* argv[])
17{
18 amrex::Initialize(argc,argv);
19 test();
20 testSOA();
21 amrex::Finalize();
22}
23
24void testSOA ()
25{

Callers

nothing calls this directly

Calls 4

testSOAFunction · 0.85
testFunction · 0.70
InitializeFunction · 0.50
FinalizeFunction · 0.50

Tested by

no test coverage detected