Changeset 2923 for trunk/nlib/samples/PowderN.comp
- Timestamp:
- 09/02/10 11:52:26 (21 months ago)
- Files:
-
- 1 modified
-
trunk/nlib/samples/PowderN.comp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/nlib/samples/PowderN.comp
r2825 r2923 606 606 intersecti = sphere_intersect (&t1, &t2, x,y,z, vx,vy,vz, radius_i); 607 607 } else if (line_info.shape == 3) { 608 intersect = off_intersect (&t0, &t3, x,y,z, vx,vy,vz, offdata);608 intersect = off_intersect (&t0, &t3, NULL, NULL, x,y,z, vx,vy,vz, offdata); 609 609 intersecti = 0; 610 610 } … … 752 752 intersecti = sphere_intersect (&t1, &t2, x,y,z, vx,vy,vz, radius_i); 753 753 } else if (line_info.shape == 3) { 754 intersect = off_intersect (&t0, &t3, x,y,z, vx,vy,vz, offdata);754 intersect = off_intersect (&t0, &t3, NULL, NULL, x,y,z, vx,vy,vz, offdata); 755 755 intersecti = 0; 756 756 } … … 812 812 intersecti = sphere_intersect (&t1, &t2, x,y,z, vx,vy,vz, radius_i); 813 813 } else if (line_info.shape == 3) { 814 intersect = off_intersect (&t0, &t3, x,y,z, vx,vy,vz, offdata);814 intersect = off_intersect (&t0, &t3, NULL, NULL, x,y,z, vx,vy,vz, offdata); 815 815 intersecti = 0; 816 816 }
