Show
Ignore:
Timestamp:
08/05/09 14:40:03 (15 years ago)
Author:
mido
Message:

panove, vite, jak jsem peclivej na upravu kodu.. snad se vam bude libit:) konfigurace je v souboru /system/astylerc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/test_util.h

    r436 r477  
    2626  characters, but for testing that should be enough. 
    2727*/ 
    28 std::string load_test_file(const char *fname); 
     28std::string load_test_file ( const char *fname ); 
    2929 
    3030/*! \brief Recursively removes directories and files. 
     
    3535  exception otherwise. 
    3636*/ 
    37 bool remove_all(const char *path); 
     37bool remove_all ( const char *path ); 
    3838 
    39 double normcoef(const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 
    40                 int xn = 100, int yn = 100); 
     39double normcoef ( const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 
     40                  int xn = 100, int yn = 100 ); 
    4141 
    42 itpp::vec num_mean2(const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 
    43                     int xn = 100, int yn = 100); 
     42itpp::vec num_mean2 ( const epdf *ep, const itpp::vec &xb, const itpp::vec &yb, 
     43                      int xn = 100, int yn = 100 ); 
    4444 
    4545}