Differences From Artifact [e3d59b9298]:
- File
mttroot/mtt/lib/cc/mtt_dassl.cc
— part of check-in
[5685d298d1]
at
2002-05-01 17:30:56
on branch origin/master
— Improved pre-processor directives to better accommodate future alternatives (matlab)
if necessary. (user: geraint@users.sourceforge.net, size: 2478) [annotate] [blame] [check-ins using] [more...]
To Artifact [f033fc99ba]:
- File mtt/lib/cc/mtt_dassl.cc — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 2499) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/cc/mtt_dassl.cc — part of check-in [8a9a232544] at 2002-08-07 14:27:14 on branch origin/master — Changes to make "-i dassl" work again. (user: geraint@users.sourceforge.net, size: 2499) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + | #if (CODEGENTARGET == STANDALONE) return Fmtt_residual (X, DX, t, ires); #elif (CODEGENTARGET == OCTAVEDLD) static octave_value_list args, f; args(0) = octave_value (X); args(1) = octave_value (DX); args(2) = octave_value (t); |
︙ |