Skip to content

Commit a570803

Browse files
Create hdf5_save.h
1 parent 74c868d commit a570803

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/io/hdf5_save.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#pragma once
2+
#include <vector>
3+
#include "struct/particle.h"
4+
#include <string>
5+
6+
void SaveHDF5(const std::vector<Particle>& p, const std::string& filename);

0 commit comments

Comments
 (0)