Ignore:
Timestamp:
03/01/06 10:31:49 (18 years ago)
Author:
mattausch
Message:

test version
build script for testing. code is set uo for testing also

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/RssTree.cpp

    r579 r667  
    196196  app << "#N_LEAVES ( Number of leaves )\n" << Leaves() << "\n"; 
    197197 
    198   app << "#N_SPLITS ( Number of splits in axes x y z dx dy dz \n"; 
     198  app << "#N_SPLITS ( Number of splits in axes x y z dx dy dz)\n"; 
    199199  for (int i=0; i<7; i++) 
    200200    app << splits[i] <<" "; 
Note: See TracChangeset for help on using the changeset viewer.