Merge branch 'master' into sim1-with-variable-dimension

issue#70
Stéphane Adjemian (Charybdis) 2013-12-27 20:32:17 +01:00
commit 57936ef8ee
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ private:
bool nostrict;
public:
ParsingDriver(WarningConsolidation &warnings_arg, bool nostrict_arg) : warnings(warnings_arg), nostrict(nostrict_arg) { };
ParsingDriver(WarningConsolidation &warnings_arg, bool nostrict_arg) : det_shocks_expectation_pf(false), warnings(warnings_arg), nostrict(nostrict_arg) { };
//! Starts parsing, and constructs the MOD file representation
/*! The returned pointer should be deleted after use */