codac icon indicating copy to clipboard operation
codac copied to clipboard

Bug in TFunction

Open SimonRohou opened this issue 3 years ago • 0 comments

For instance, when using: const Trajectory TFunction::traj_eval(const TrajectoryVector& x) const

with f("x[2]","y") The function f.nb_var = 1, instead of 2.

SimonRohou avatar Mar 04 '22 11:03 SimonRohou