Ignore:
Timestamp:
01/18/06 23:35:50 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VssTree.cpp

    r485 r551  
    177177    maxDepthNodes*100/(double)Leaves()<<endl; 
    178178 
    179   app << "#N_PMINPVSLEAVES  ( Percentage of leaves with minCost )\n"<< 
     179  app << "#N_PMINPVSLEAVES  ( Percentage of leaves with minPvs )\n"<< 
    180180    minPvsNodes*100/(double)Leaves()<<endl; 
    181181 
    182   app << "#N_PMINRAYSLEAVES  ( Percentage of leaves with minCost )\n"<< 
     182  app << "#N_PMINRAYSLEAVES  ( Percentage of leaves with minRays )\n"<< 
    183183    minRaysNodes*100/(double)Leaves()<<endl; 
    184184         
Note: See TracChangeset for help on using the changeset viewer.