Fixed issue #17.

There was an obvious error in the THREAD_SAFE_CANTERA ifdef block compile.
This commit is contained in:
Harry Moffat 2010-11-11 00:17:45 +00:00
parent 54e1280e08
commit 4942cf30aa

View file

@ -210,7 +210,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;