Skip to content

Commit 0238c6b

Browse files
Update hdf5_save.h
1 parent 575f014 commit 0238c6b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/io/hdf5_save.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
2-
#include <vector>
3-
#include "struct/particle.h"
42
#include <string>
3+
#include "../struct/particle.h"
54

6-
void SaveHDF5(const std::vector<Particle>& p, const std::string& filename);
5+
void SaveHDF5(const ParticleSystem& ps, const std::string& filename);

0 commit comments

Comments
 (0)