Merge remote-tracking branch 'origin/fix/Unit3Serialization' into fix/Unit3Serialization
parent
297f8fcc9b
commit
3a3088856e
|
|
@ -76,7 +76,7 @@ static tbb::mutex unit3BasisMutex;
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
const Matrix32& Unit3::basis() const {
|
const Matrix32& Unit3::basis() const {
|
||||||
#ifdef GTSAM_USE_TBB
|
#ifdef GTSAM_USE_TBB
|
||||||
tbb::mutex::scoped_lock lock(unit3BasisMutex);
|
tbb::mutex::scoped_lock lock(unit3BasisMutex);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Return cached version if exists
|
// Return cached version if exists
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue