Overview
Comment: | Fixed .oct use of Octave globals: MTT_input_last MTT_input_index |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6c2ed05516f9dc82bd083843eff4563e |
User & Date: | geraint@users.sourceforge.net on 2001-04-12 00:49:13 |
Other Links: | branch diff | manifest | tags |
Context
2001-04-12
| ||
03:08:00 |
Improved sh->csh conversion, reduces environment namespace pollution. Still need to do proper if [ -z $MTT_BASE ] ... else ... fi conversion. check-in: d8c4862c2f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:49:13 | Fixed .oct use of Octave globals: MTT_input_last MTT_input_index check-in: 6c2ed05516 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2001-04-11
| ||
15:41:45 | New identification example - friction components only check-in: 6e8c859b73 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/make_stdin from [d0411ef94d] to [04200eeea3].
︙ | |||
115 116 117 118 119 120 121 | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | - + - - - + + - - - + + - - - + - + | octave_value_list retval; #endif // ! STANDALONE ColumnVector mttu (MTTNU); // Set up the mttu vector #ifndef STANDALONE |
︙ |