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