Show
Ignore:
Timestamp:
08/14/09 10:23:22 (15 years ago)
Author:
vbarta
Message:

more RV tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.h

    r529 r531  
    203203                //!@} 
    204204 
    205                 // TODO aktualizovat dle soucasneho UI 
    206205                /*! \brief UI for class RV (description of data vectors) 
    207206 
    208207                \code 
    209208                rv = { 
    210                   type = "rv"; //identifier of the description 
     209                  class = "RV"; // class name 
    211210                  // UNIQUE IDENTIFIER same names = same variable 
    212                   names = ["a", "b", "c", ...];   // which will be used e.g. in loggers 
     211                  names = ( "a", "b", "c", ...);   // which will be used e.g. in loggers 
    213212 
    214213                  //optional arguments