First steps in purging the tracking of mock particles: no longer present in jovoz2

This commit is contained in:
Paul M. Sutter 2025-01-09 18:21:26 +08:00
parent a1d0b675c7
commit 091cf5d1dc
5 changed files with 10 additions and 20 deletions

View file

@ -34,8 +34,7 @@ class FileError: virtual std::exception
void readAdjacencyFile(const std::string& adjfile, PARTICLE*& p, pid_t& np)
throw(FileError);
void readVolumeFile(const std::string& volfile, PARTICLE *p, pid_t np,
pid_t mockIndex)
void readVolumeFile(const std::string& volfile, PARTICLE *p, pid_t np)
throw(FileError);
void buildInitialZones(PARTICLE *p, pid_t np, pid_t* jumped,