Skip to content

Commit fb28cd9

Browse files
committed
logging typo
1 parent 0b24d6d commit fb28cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulator/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ impl AsyncSim {
179179
sim_state.acceleration,
180180
sim_state.balloon.radius(),
181181
sim_state.balloon.stress(),
182-
sim_state.balloon.strain(),
182+
sim_state.balloon.strain() * 100.0,
183183
);
184184
// Stop if there is a problem
185185
if sim_state.altitude.is_nan()

0 commit comments

Comments
 (0)