Fixed issue 17

There was an obvious error in the THREAD_SAFE_CANTERA compile.
This commit is contained in:
Harry Moffat 2010-11-11 00:19:59 +00:00
parent ef7728b1d3
commit 58baed0f2e

View file

@ -200,7 +200,7 @@ namespace Cantera {
void VPSSMgrFactory::deleteFactory() {
#if defined(THREAD_SAFE_CANTERA)
boost::mutex::scoped_lock lock(species_thermo_mutex);
boost::mutex::scoped_lock lock(vpss_species_thermo_mutex);
#endif
if (s_factory) {
delete s_factory;