From 8363a060fd192d33497134474935d7df9d0b5d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Wed, 18 Sep 2024 23:26:51 +0200 Subject: [PATCH] Add missing default --- src/inputFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputFile.h b/src/inputFile.h index 54c9751..df940ac 100644 --- a/src/inputFile.h +++ b/src/inputFile.h @@ -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 );