mirror of
https://github.com/nasa/trick.git
synced 2025-01-08 14:02:44 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
21 lines
557 B
D
21 lines
557 B
D
|
|
SCHEDULE.pos = 5.0 ;
|
|
SCHEDULE.vel = 0.0 ;
|
|
SCHEDULE.acc = 0.0 ;
|
|
SCHEDULE.mass = 1.0 ;
|
|
SCHEDULE.amf = 1 ;
|
|
SCHEDULE.amf_error = 0 ;
|
|
|
|
#define BIG_TGO 10000
|
|
SCHEDULE.rf.lower_set = No ;
|
|
SCHEDULE.rf.upper_set = No ;
|
|
SCHEDULE.rf.iterations = 0 ;
|
|
SCHEDULE.rf.fires = 0 ;
|
|
SCHEDULE.rf.x_lower = BIG_TGO ;
|
|
SCHEDULE.rf.t_lower = BIG_TGO ;
|
|
SCHEDULE.rf.x_upper = BIG_TGO ;
|
|
SCHEDULE.rf.t_upper = BIG_TGO ;
|
|
SCHEDULE.rf.delta_time = BIG_TGO ;
|
|
SCHEDULE.rf.error_tol = 1.0e-6 ;
|
|
SCHEDULE.rf.mode = Increasing ;
|