view test/bug-36025/module.mk @ 31249:de6fc38c78c6

Make Jacobian types offered by dlsode.f accessible by lsode (bug #31626). * liboctave/numeric/LSODE-opts.in: Add options "jacobian type", "lower jacobian subdiagonals", and "upper jacobian subdiagonals". * liboctave/numeric/LSODE.cc (file scope, lsode_j, LSODE::do_integrate (double)): Handle new configurable Jacobian types. * build-aux/mk-opts.pl: Don't implicitly convert to integer in condition.
author Olaf Till <olaf.till@uni-jena.de>
date Fri, 12 Nov 2010 08:53:05 +0100
parents 9f05f5afff45
children
line wrap: on
line source

bug_36025_TEST_FILES = \
  %reldir%/@testclass/one.m \
  %reldir%/@testclass/testclass.m \
  %reldir%/@testclass/two.m \
  %reldir%/bug-36025.tst

TEST_FILES += $(bug_36025_TEST_FILES)