Skip to content

Commit f7bf680

Browse files
committed
typo in files_thresh name
1 parent ed7d96d commit f7bf680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/msad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function Arianna.make_step!(simulation::Simulation, algorithm::MSADTracker)
227227
write_phi_frame(algorithm.files_integral[c],t,N_mol,state.phi_integral)
228228

229229
# Threshold
230-
write_phi_frame(algorithm.files_integral[c],t,N_mol,phi_total)
230+
write_phi_frame(algorithm.files_thresh[c],t,N_mol,phi_total)
231231
end
232232
end
233233
end

0 commit comments

Comments
 (0)