Overview
Comment: | Created from old p2oct |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c9f9160fc40c2cf17cf55e405787c1cc |
User & Date: | gawthrop@users.sourceforge.net on 2000-05-18 20:13:03 |
Other Links: | branch diff | manifest | tags |
Context
2000-05-19
| ||
07:13:29 | Initial revision check-in: e991adb8da user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-05-18
| ||
20:13:03 | Created from old p2oct check-in: c9f9160fc4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:12:02 | Version 4.2 check-in: 7074261926 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_p2cc from [2a8ad0f47a] to [7206315b5e].
1 2 3 4 5 6 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #! /bin/sh ###################################### ##### Model Transformation Tools ##### ###################################### # Bourne shell script: mtt_p2cc # Pascal to .cc (for octave .oct files). # P.J.Gawthrop Feb 2000 # Copyright (C) 2000 by Peter J. Gawthrop #$Id$ ## Extract the system and rep names. sys=`mtt_sysname $1` |
︙ | ︙ | |||
110 111 112 113 114 115 116 | esac # Terminating } echo "}" >> $sys_rep.cc; # Convert to octave loadable code | | | | 110 111 112 113 114 115 116 117 118 119 | esac # Terminating } echo "}" >> $sys_rep.cc; # Convert to octave loadable code #echo Creating $sys_rep.oct #mkoctfile $sys_rep.cc |