From 93cee0618f4c3b72de68d6488b84f265011c125e Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Fri, 18 Feb 2022 10:15:52 -0500 Subject: [PATCH] Remove auxiliary variables with same/similar names as regular variables and same values XPP raises warning ``` CE is a duplicate name ``` --- OneCellTwoOsc.ode | 5 ----- 1 file changed, 5 deletions(-) diff --git a/OneCellTwoOsc.ode b/OneCellTwoOsc.ode index 769a27b..8de3ed0 100644 --- a/OneCellTwoOsc.ode +++ b/OneCellTwoOsc.ode @@ -37,11 +37,6 @@ h'= (hinf-h)/tauh C' = fi*( J_ER_in- J_ER_out) l' = A*( Kd - (C + Kd)*l ) -# Auxilary variables -aux Ce=Ce -aux ican=I_can -aux inaps=I_nap - #Initial conditions v(0)=-50