Overview
| Comment: | Eliminated duplicate lines in type.sh. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
92341338b3b41c3fa523527e072b9f13 |
| User & Date: | geraint@users.sourceforge.net on 2001-07-28 21:09:22.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2001-07-28
| ||
| 21:10:18 | Generate warning instead of error if reserved word used. check-in: f3cd55680e user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 21:09:22 | Eliminated duplicate lines in type.sh. check-in: 92341338b3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2001-07-27
| ||
| 23:43:34 | Added -cc to usage options (required for use with xmtt). check-in: fbee379b95 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2cbg_m
from [d479e4b728]
to [5440b5dfe8].
| ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + + | # Acausal bond graph to causal bond graph: mfile format ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.16 2001/07/26 04:07:28 gawthrop ## Changed a to w on open (Geraint's suggestion) ## Explictly close files ## ## Revision 1.15 2001/07/23 23:24:02 gawthrop ## Now only writes to type.sh and cbg.m when causality is complete ## ## Revision 1.14 2000/12/28 12:16:13 peterg ## *** empty log message *** ## ## Revision 1.13 1998/07/27 20:30:12 peterg |
| ︙ | |||
166 167 168 169 170 171 172 | 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 | - + + |
## close the files
fclose(infofilenum);
fclose(errorfilenum);
fclose(typefilenum);
EOF
|