| 76 | } |
| 77 | |
| 78 | Real |
| 79 | Castro::locWgtSum (const std::string& name, Real time, int idir, bool local) |
| 80 | { |
| 81 | auto mf = derive(name, time, 0); |
| 82 | |
| 83 | BL_ASSERT(mf); |
| 84 | |
| 85 | return locWgtSum(*mf, 0, idir, local); |
| 86 | } |
| 87 | |
| 88 | Real |
| 89 | Castro::locWgtSum (const MultiFab& mf, int comp, int idir, bool local) |
no test coverage detected