Changeset 4630 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/lin_alg.h
- Timestamp:
- Jun 14, 2005, 5:19:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/lin_alg.h
r4628 r4630 49 49 for (iq=ip+1; iq<=N; iq++) 50 50 sm=sm+fabs(A[ip][iq]); 51 if (sm==0) { 51 if (sm==0) 52 { 53 free(B); 54 free(Z); 52 55 return; //normal return 53 56 }
Note: See TracChangeset
for help on using the changeset viewer.