Skip to content

Commit

Permalink
Corrected some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
excaliburtb committed Feb 25, 2025
1 parent b6126b2 commit ad4715f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions include/trick/MultiDtIntegLoopScheduler.hh
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ namespace Trick {
* a 0.01 integration rate and a 0.015 integration rate, the scheduler will integrate
* using a dt for each step and reschedules itself so that each rate is satisfied
* i.e. it will integrate at:
* - 0->0.01
* - 0.01->0.015
* - 0.015->0.02
* - 0.02->0.03
* - 0.03->0.04
* - 0.04->0.055
* - 0.000->0.010
* - 0.010->0.015
* - 0.015->0.020
* - 0.020->0.030
* - 0.030->0.040
* - 0.040->0.045
*
* Because it acts as a self-scheduler that updates its job
* rate with the Trick::Executive, this class complies with the standard Trick job
Expand Down Expand Up @@ -125,4 +125,4 @@ protected:

}

#endif /* JEOD_MODELS_UTILS_INTEGRATION_INCLUDE_MULTIDTINTEGLOOPSCHEDULER_HH_ */
#endif /* MULTIDTINTEGLOOPSCHEDULER_HH */
2 changes: 1 addition & 1 deletion include/trick/MultiDtIntegLoopSimObject.hh
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ public:
%trick_cast_as(MultiDtIntegLoopSimObject, MultiDtIntegLoopSimObject)
#endif

#endif
#endif /* MULTIDT_INTEG_LOOP_SIMOBJECT_HH */

0 comments on commit ad4715f

Please sign in to comment.