From 31e68d77add142e825344f5e9851cb166302d655 Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Fri, 25 Feb 2022 02:28:15 -0500 Subject: [PATCH] fix: fixed x plot variable for `ClC2-VClamp-Prescott.ode` --- ClC2-VClamp-Prescott.ode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClC2-VClamp-Prescott.ode b/ClC2-VClamp-Prescott.ode index 34e1982..4b61916 100644 --- a/ClC2-VClamp-Prescott.ode +++ b/ClC2-VClamp-Prescott.ode @@ -116,7 +116,7 @@ param ra=.0063 # PRACTICAL DETAILS FOR XPP -@ total=20000,dt=.1,xlo=-100,xhi=60,ylo=-.125,yhi=.6,xp=v,yp=w +@ total=20000,dt=.1,xlo=-100,xhi=60,ylo=-.125,yhi=.6,xp=v_,yp=w @ meth=Euler # ALWAYS USE EULER METHOD WITH NOISE PROCESSES (although there are no such mechanisms in this code @ dsmin=1e-5,dsmax=.1,parmin=0,parmax=80, autoxmin=0,autoxmax=80,autoymin=-80,autoymax=40