Overview
Comment: | rtxi: builds but does not yet work. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f2d02a4f65de263642d9168b37a3ea0b |
User & Date: | geraint@users.sourceforge.net on 2006-02-09 23:58:24 |
Other Links: | branch diff | manifest | tags |
Context
2006-03-21
| ||
00:14:19 | Use simpar to set time axis (as in step response equivalent) check-in: ea49cb21e2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2006-02-09
| ||
23:58:24 | rtxi: builds but does not yet work. check-in: f2d02a4f65 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
23:49:40 | added rtxi build flags check-in: f369085df1 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [8cdc94c72b] to [779e4f86be].
︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + + | # Copyright (C) 2001 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.414 2005/11/18 17:23:19 geraint ## rtxi. ## ## Revision 1.413 2005/11/16 00:43:15 geraint ## rtxi ## ## Revision 1.412 2005/09/29 13:46:25 gawthrop ## Converts labg.fig -> ps/eps correctly (using fig2ps) ## ## Revision 1.411 2005/03/15 15:03:28 gawthrop |
︙ | |||
3358 3359 3360 3361 3362 3363 3364 | 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 | - - - - - - + - + - + + - - - + + + + + + + + + + | touch $1_ode2odes.m echo Creating $1_ode2odes.mexglx ${MTT_CXX} -DCODEGENTARGET=MATLABMEX -o $1_ode2odes.mexglx $1_ode2odes.cc \ $1_ode2odes_common.o $1_ode2odes_${integration_method}.o $1_ode2odes_${algebraic_solver}.o \ ${MTT_MATLAB_FLAGS} ${MTT_CXXINCS} ${MTT_CXXLIBS} ${MTT_CXXFLAGS} \ ${MTT_LIB}/cc/mtt_kpathsea.cc ${MTT_LIB}/cc/mtt_matlab_octave.cc |
︙ |