mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 15:51:12 +00:00
First steps in purging the tracking of mock particles: no longer present in jovoz2
This commit is contained in:
parent
a1d0b675c7
commit
091cf5d1dc
5 changed files with 10 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue