Skip to content

Commit

Permalink
Add missing default
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 18, 2024
1 parent 1230306 commit 8363a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inputFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class InputFile
bool read_data_flag = false;
bool write_data_flag = false;
bool write_vtk_flag = false;
int vtk_rate;
int vtk_rate = 0;
std::string vtk_file;

InputFile( InputCL cl, t_System *s );
Expand Down

0 comments on commit 8363a06

Please sign in to comment.