Fix unitialized variable

issue#70
Sébastien Villemot 2012-06-09 10:24:09 +02:00
parent 4541e17e83
commit a27e48575b
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ModFileStructure::ModFileStructure() :
bvar_present(false),
svar_identification_present(false),
identification_present(false),
estimation_analytic_derivation(false),
partial_information(false),
shocks_present(false),
histval_present(false),