Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9659 in orxonox.OLD for trunk/src/lib/util


Ignore:
Timestamp:
Aug 15, 2006, 9:35:58 PM (18 years ago)
Author:
bensch
Message:

some thoughts

Location:
trunk/src/lib/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/smooth.h

    r9658 r9659  
    2121
    2222  //! A class to handle smoothness of Variables.
    23   /** With this smoothing can be achived for many different types of variables.
     23  /**
     24   * With this smoothing can be achived for many different types of variables.
    2425   */
    2526  template <typename var_type = float, class iteration_type = LinearIteration<var_type> > class Smooth
  • trunk/src/lib/util/timer.h

    r9658 r9659  
    1 
    21/*!
    32 * @file timer.h
     
    3332    double         _lastTime;
    3433    double         _timeStep;
    35 
    3634};
    3735
Note: See TracChangeset for help on using the changeset viewer.