mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Fix in cosmotool for Gadget2 file format
This commit is contained in:
parent
3ce4178322
commit
8e774afb05
1 changed files with 1 additions and 0 deletions
1
external/cosmotool/src/fortran.cpp
vendored
1
external/cosmotool/src/fortran.cpp
vendored
|
@ -79,6 +79,7 @@ int64_t UnformattedRead::position() const
|
|||
void UnformattedRead::seek(int64_t pos)
|
||||
{
|
||||
f->seekg(pos, istream::beg);
|
||||
checkPointRef = checkPointAccum = 0;
|
||||
}
|
||||
|
||||
// Todo implement primitive description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue