aboutsummaryrefslogtreecommitdiff
path: root/src/driver/driver.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/driver.hh')
-rw-r--r--src/driver/driver.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index dca349e..c60d3b6 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -124,8 +124,7 @@ struct IO_info
{
enum horizon_file_format horizon_file_format;
bool output_initial_guess;
- int how_often_to_output_h,
- how_often_to_output_Theta;
+ int output_h_every, output_Theta_every;
// based on the above, do we want to output things now (this time step)?
bool output_h, output_Theta;