1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-24 23:21:29 +00:00

fixed size of csv file

This commit is contained in:
bpmcgeeney
2021-09-17 14:58:59 -07:00
parent 07d330c904
commit 4322e52a30
2 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
#ifndef OUTVECTOR_H
#define OUTVECTOR_H
struct outVector {
int length = 10000; // current sim runs ~5000 steps, x2 just in case