Show
Ignore:
Timestamp:
09/06/09 22:53:06 (15 years ago)
Author:
smidl
Message:

change of syntax of RV

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/datasources.cpp

    r565 r604  
    105105        int mint = rrv0.mint(); 
    106106        for ( int i = 0; i > mint; i-- ) { 
    107                 pom.t ( -1 ); 
     107                pom.t_plus ( -1 ); 
    108108                T.add ( pom ); 
    109109        }