← Back to team overview

yade-dev team mailing list archive

[Bug 472987] [NEW] Suspecting a bug with CSG_shear

 

Public bug reported:


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

** Affects: yade
     Importance: Undecided
         Status: New

-- 
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: New

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



Follow ups

References