Small improvements

This commit is contained in:
Connor
2021-10-10 21:53:58 -06:00
parent 44759ff85f
commit 504d83b390
6 changed files with 55 additions and 40 deletions

View File

@@ -71,7 +71,6 @@ function prop(ΔVs::Matrix{T},
end
end
for j in 1:7 push!(states[j], state[j]) end
state[7] >= craft.dry_mass || throw(Mass_Error(state[7]))
end
return states, state