Skip to content
Snippets Groups Projects
Commit 035aef2f authored by Brian Groenke's avatar Brian Groenke
Browse files

Fix incorrect revision increment

parent b1002b95
No related branches found
No related tags found
No related merge requests found
name = "CryoGrid"
uuid = "a535b82e-5f3d-4d97-8b0b-d6483f5bebd5"
authors = ["Brian Groenke <brian.groenke@awi.de>", "Jan Nitzbon <jan.nitzbon@awi.de>", "Moritz Langer <moritz.langer@awi.de>"]
version = "0.23.2"
version = "0.23.1"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
......
......@@ -28,7 +28,7 @@ function DiffEqBase.__init(
args...;
dt=24*3600.0,
dtmax=dt,
dtmin=1.0,
dtmin=one(dt),
saveat=dt,
kwargs...
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment