Skip to content

Commit 3a22095

Browse files
authored
Merge pull request #15 from MultiSimOLab/invert-lines
[Drivers.solve!] Inverted order of execution
2 parents 47b9f42 + 35bf9bb commit 3a22095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ComputationalModels/Drivers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ function solve!(m::StaticNonlinearModel;
172172
else
173173
print_message(nls.log, "\nSTEP: $Λ_, Λ: \n")
174174
Λ_ += 1
175-
x⁻ .= x
176175
# Write to PVD
177176
post(Λ)
177+
x⁻ .= x
178178
end
179179
# GC.gc()
180180

0 commit comments

Comments
 (0)