save state.

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@12650 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2017-03-31 20:32:48 +00:00
parent afd4e5e623
commit ba5f2ba885

View File

@ -49,7 +49,7 @@
#endif #endif
#if !defined (_INC_PHREEQC_H) || defined (PHREEQC) || defined (PHREEQC_PARALLEL) #if !defined (_INC_PHREEQC_H) || defined (PHREEQC) || defined (PHREEQC_PARALLEL)
mutex_t map_lock = MUTEX_INITIALIZER; mutex_t map_lock = MUTEX_INITIALIZER;
mutex_t qsort_lock = MUTEX_INITIALIZER; mutex_t qsort_lock = MUTEX_INITIALIZER;
#else #else