Changeset 6141 for trunk/DIST/DI_mldist.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/DIST/DI_mldist.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DIST/DI_mldist.cxx
r6100 r6141 202 202 void di_mldist::build_akt_predikt(double tt) 203 203 { 204 /* take an a ktual slope from the hash table, else calculate a new one */204 /* take an actual slope from the hash table, else calculate a new one */ 205 205 int pos = tt_2_pos(tt); 206 206 if (!slopes[pos]){
