------------------------------------------------------------ revno: 3963 committer: Christian Jakob <[email protected]> timestamp: Fri 2014-05-16 19:03:55 +0200 message: fix some indents modified: py/wrapper/yadeWrapper.cpp
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'py/wrapper/yadeWrapper.cpp' --- py/wrapper/yadeWrapper.cpp 2014-05-15 17:50:26 +0000 +++ py/wrapper/yadeWrapper.cpp 2014-05-16 17:03:55 +0000 @@ -380,9 +380,9 @@ idsTmp[jj] = newSphere->id; } //cout << "thread " << omp_get_thread_num() << " unsets locker" << endl; - #ifdef YADE_OPENMP + #ifdef YADE_OPENMP omp_unset_lock(&locker);//end of critical section - #endif + #endif Body::id_t newClumpId = clump(idsTmp, discretization); ret.append(python::make_tuple(newClumpId,idsTmp)); erase(b->id,false);
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

