rcthomas / es

Elementary Supernova Spectrum Synthesis
http://c3.lbl.gov/es
Other
12 stars 8 forks source link

BUG: boolean YAML parameters always return "true" in SYNAPPS #6

Closed bcfriesen closed 11 years ago

bcfriesen commented 11 years ago

Rollin reported in commit 0de1f0804c8c728345f28824985340e6f1e32b7e ("Upgraded yaml-cpp API from v0.3 -> v0.5.") that the new yaml-cpp interprets all boolean parameters in the control file as true, even when they're not. Probably missed a ".as< bool >()" in ES::Synapps::Config::Config().