Changeset 2923 for trunk/nlib/samples/Incoherent.comp
- Timestamp:
- 09/02/10 11:52:26 (21 months ago)
- Files:
-
- 1 modified
-
trunk/nlib/samples/Incoherent.comp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nlib/samples/Incoherent.comp
r2824 r2923 244 244 intersect = sphere_intersect(&t0, &t3, x, y, z, vx, vy, vz, radius); 245 245 else if (VarsInc.shape == 3) 246 intersect = off_intersect(&t0, &t3, x, y, z, vx, vy, vz, offdata );246 intersect = off_intersect(&t0, &t3, NULL, NULL, x, y, z, vx, vy, vz, offdata ); 247 247 if (intersect) { 248 248 int flag_ishollow = 0;
