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/RssTree.cpp

    r549 r551  
    219219    maxDepthNodes*100/(double)Leaves()<<endl; 
    220220 
    221   app << "#N_PMINPVSLEAVES  ( Percentage of leaves with minCost )\n"<< 
     221  app << "#N_PMINPVSLEAVES  ( Percentage of leaves with minPvs )\n"<< 
    222222    minPvsNodes*100/(double)Leaves()<<endl; 
    223223 
    224   app << "#N_PMINRAYSLEAVES  ( Percentage of leaves with minCost )\n"<< 
     224  app << "#N_PMINRAYSLEAVES  ( Percentage of leaves with minRays )\n"<< 
    225225    minRaysNodes*100/(double)Leaves()<<endl; 
    226226         
Note: See TracChangeset for help on using the changeset viewer.