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

    r598 r667  
    495495        app << "#N_LEAVES ( Number of leaves )\n" << Leaves() << "\n"; 
    496496 
    497         app << "#N_SPLITS ( Number of splits in axes x y z\n"; 
     497        app << "#N_SPLITS ( Number of splits in axes x y z)\n"; 
    498498 
    499499        for (int i = 0; i < 3; ++ i) 
Note: See TracChangeset for help on using the changeset viewer.