Show
Ignore:
Timestamp:
09/02/10 11:51:48 (21 months ago)
Author:
farhi
Message:

monitors/nD: does not need the orientation vector from OFF geometry

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/nlib/monitors/Monitor_nD.comp

    r2914 r2922  
    309309  if (geometry && strlen(geometry)) 
    310310  { 
    311     Coords n0, n1, n={0,0,0}; 
    312311    /* determine intersections with object */ 
    313     intersect = off_intersect(&t0, &t1, &n0, &n1, 
     312    intersect = off_intersect(&t0, &t1, NULL, NULL 
    314313       x,y,z, vx, vy, vz, offdata ); 
    315314  }