@@ -99,7 +99,7 @@ ContinuousCallback(condition,affect!,affect_neg!;
99
99
rootfind= true ,
100
100
save_positions= (true ,true ),
101
101
interp_points= 10 ,
102
- dtrelax= 1.0 ,
102
+ dtrelax= 1 ,
103
103
abstol= 10 eps (),reltol= 0 ) = ContinuousCallback (
104
104
condition,affect!,affect_neg!,initialize,
105
105
idxs,
@@ -114,7 +114,7 @@ function ContinuousCallback(condition,affect!;
114
114
save_positions= (true ,true ),
115
115
affect_neg! = affect!,
116
116
interp_points= 10 ,
117
- dtrelax= 1.0 ,
117
+ dtrelax= 1 ,
118
118
abstol= 10 eps (),reltol= 0 )
119
119
120
120
ContinuousCallback (
@@ -192,7 +192,7 @@ VectorContinuousCallback(condition,affect!,affect_neg!,len;
192
192
rootfind= true ,
193
193
save_positions= (true ,true ),
194
194
interp_points= 10 ,
195
- dtrelax= 1.0 ,
195
+ dtrelax= 1 ,
196
196
abstol= 10 eps (),reltol= 0 ) = VectorContinuousCallback (
197
197
condition,affect!,affect_neg!,len,
198
198
initialize,
@@ -208,7 +208,7 @@ function VectorContinuousCallback(condition,affect!,len;
208
208
save_positions= (true ,true ),
209
209
affect_neg! = affect!,
210
210
interp_points= 10 ,
211
- dtrelax= 1.0 ,
211
+ dtrelax= 1 ,
212
212
abstol= 10 eps (),reltol= 0 )
213
213
214
214
VectorContinuousCallback (
0 commit comments