ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/oct.C
(Generate patch)

Comparing libgender/oct.C (file contents):
Revision 1.95 by root, Thu Aug 11 20:42:19 2005 UTC vs.
Revision 1.96 by root, Thu Aug 11 23:26:24 2005 UTC

205 else 205 else
206 { 206 {
207 ctx.postdepthlist.push_back (this); 207 ctx.postdepthlist.push_back (this);
208 ctx.vislist.push_back (this); 208 ctx.vislist.push_back (this);
209 209
210 return vs.evis || vs.occ_res > 0; 210 return vs.evis && vs.occ_res;
211 } 211 }
212} 212}
213 213
214void octant::draw_depth (view &ctx) 214void octant::draw_depth (view &ctx)
215{ 215{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines