Question: Odd output when solving ODE set, "table"

Hello, I was curious if someone could enlighten my on what's going on here. I put together a set of ODE's and solved them. I then went back and changed some of the parameters, but not the form, of the ODE's. The output of my ODE set now has a "table" comment in it, and I don't know why. For example, one of my initial ODE's is: XMB; (diff(V(t), t))*X(t)+V(t)*(diff(X(t), t)) = .3*S(t)*X(t)*V(t)/(.1+S(t)) after I change some of my parameters, I get this as output: XMB; (diff(V(t), t))*(table([inlet = 0]))(t)+V(t)*(diff((table([inlet = 0]))(t), t)) = -0.1e-1*(table([inlet = 0]))(t)+.3*(table([inlet = 1.0]))(t)*(table([inlet = 0]))(t)*V(t)/(.1+(table([inlet = 1.0]))(t)) Any idea where this table thing is coming from?!? It's driving me bonkers... Thanks in advance! Fred
Please Wait...