[opengm] 308/386: fixed that shit

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit fc14dd2322cef3286a129e20fcaaa9cd1dd34666
Author: DerThorsten <thorsten.beier at iwr.uni-heidelberg.de>
Date:   Thu Dec 10 23:38:04 2015 -0300

     fixed that shit
---
 include/opengm/learning/structured_perceptron.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/opengm/learning/structured_perceptron.hxx b/include/opengm/learning/structured_perceptron.hxx
index df4ecdb..f66cd07 100644
--- a/include/opengm/learning/structured_perceptron.hxx
+++ b/include/opengm/learning/structured_perceptron.hxx
@@ -157,9 +157,9 @@ namespace opengm {
                 {
                     
                     // lock the model
-                    omp_set_lock(&modelLockUnlock);
+                    //omp_set_lock(&modelLockUnlock);
                     dataset_.lockModel(gmi);     
-                    omp_unset_lock(&modelLockUnlock);
+                    //omp_unset_lock(&modelLockUnlock);
                         
                     
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list