← Back to team overview

yade-dev team mailing list archive

[Bug 472987] Re: Suspecting a bug with CSG_shear

 

No activity, closing.

** Changed in: yade
       Status: New => Invalid

-- 
Suspecting a bug with CSG_shear
https://bugs.launchpad.net/bugs/472987
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.

Status in Yet Another Dynamic Engine: Invalid

Bug description:

Just mentioning this strange code, if somebody confirms this is correct, then the bug is closed.


InteractingSphere2InteractingSphere4SpheresContactGeometry.cpp, l.36

                scm->normal=normal;
	         ...
		#ifdef SCG_SHEAR
			if(isNew) scm->prevNormal=normal; 
			else scm->prevNormal=scm->normal;
		#endif





References