Fixed issue #17.
There was an obvious error in the THREAD_SAFE_CANTERA ifdef block compile.
This commit is contained in:
parent
54e1280e08
commit
4942cf30aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue