| 69 | } |
| 70 | |
| 71 | void |
| 72 | Castro::ParticlePlotFile(const std::string& dir) |
| 73 | { |
| 74 | if (level == 0) |
| 75 | { |
| 76 | // We call TracerPC->Checkpoint instead of TracerPC->WritePlotFile |
| 77 | // so that the particle ids also get written out. |
| 78 | if (TracerPC) |
| 79 | TracerPC->Checkpoint(dir, chk_tracer_particle_file); |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | void |
| 84 | Castro::ParticlePostRestart (const std::string& restart_file) |
nothing calls this directly
no outgoing calls
no test coverage detected