Changeset 2922 for trunk/nlib/monitors/Monitor_nD.comp
- Timestamp:
- 09/02/10 11:51:48 (21 months ago)
- Files:
-
- 1 modified
-
trunk/nlib/monitors/Monitor_nD.comp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nlib/monitors/Monitor_nD.comp
r2914 r2922 309 309 if (geometry && strlen(geometry)) 310 310 { 311 Coords n0, n1, n={0,0,0};312 311 /* determine intersections with object */ 313 intersect = off_intersect(&t0, &t1, &n0, &n1,312 intersect = off_intersect(&t0, &t1, NULL, NULL 314 313 x,y,z, vx, vy, vz, offdata ); 315 314 }
