------------------------------------------------------------
revno: 3839
committer: Anton Gladky <[email protected]>
timestamp: Sat 2014-03-15 16:30:36 +0100
message:
  Disable some debug-messages, because they break compilation.
modified:
  core/Clump.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 'core/Clump.cpp'
--- core/Clump.cpp	2014-03-04 07:19:07 +0000
+++ core/Clump.cpp	2014-03-15 15:30:36 +0000
@@ -32,9 +32,9 @@
 			assert(member->isClumpMember());
 			member->clumpId=clumpBody->id;
 			clump->members[memberId]=Se3r();// meaningful values will be put in by Clump::updateProperties
-			LOG_DEBUG("Added body #"<<memberId->id<<" to clump #"<<clumpBody->id);
+			//LOG_DEBUG("Added body #"<<memberId->id<<" to clump #"<<clumpBody->id);
 		}
-		LOG_DEBUG("Clump #"<<subClump->id<<" will be erased.");// see addToClump() in yadeWrapper.cpp
+		//LOG_DEBUG("Clump #"<<subClump->id<<" will be erased.");// see addToClump() in yadeWrapper.cpp
 	}
 	else{	// subBody must be a standalone!
 		clump->members[subId]=Se3r();// meaningful values will be put in by Clump::updateProperties

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to