| 27 | using namespace amrex; |
| 28 | |
| 29 | static |
| 30 | void |
| 31 | print_usage (int, |
| 32 | char* argv[]) |
| 33 | { |
| 34 | std::cerr << "usage:\n"; |
| 35 | std::cerr << argv[0] << " infile=<plotfilename> varNames=v1 v2 ... \n"; |
| 36 | exit(1); |
| 37 | } |
| 38 | |
| 39 | std::string |
| 40 | getFileRoot(const std::string& infile) |