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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/driver.hh b/src/driver/driver.hh
index 195a7e5..554ce33 100644
--- a/src/driver/driver.hh
+++ b/src/driver/driver.hh
@@ -147,7 +147,7 @@ struct state
// this vector is of size N_horizons+1,
// and is indexed with a "horizon number" hn
// which is (hopefully) always in the range 1 <= hn <= N_horizons
- std::vector<AH_info *> AH_info_ptrs;
+ vector<AH_info *> AH_info_ptrs;
};
//******************************************************************************