Overview
| Comment: | Now handles html copy correctely (ie mv directory to ..) Fixed path probs with html |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
673f45533200172e477b640c98a48def |
| User & Date: | gawthrop@users.sourceforge.net on 1999-02-17 01:59:20.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1999-02-17
| ||
| 02:59:54 | Added -q switch to mtt check-in: 72ffe4ae55 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 01:59:20 |
Now handles html copy correctely (ie mv directory to ..) Fixed path probs with html check-in: 673f455332 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
|
1999-02-16
| ||
| 21:56:52 | Now gets standard include files directly from source, check-in: f94c3897cd user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt
from [acae2fa1f1]
to [2d2d71b59f].
| ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.201 1999/02/16 03:50:09 peterg ## Removed explicit _smx targets ## ## Revision 1.200 1998/12/03 17:11:03 peterg ## Added -dc (derivative causality) switch. ## ## Revision 1.199 1998/12/03 16:53:50 peterg ## Now completes causality using component, not bond, status. ## ## Revision 1.198 1998/11/20 16:12:30 peterg |
| ︙ | |||
1253 1254 1255 1256 1257 1258 1259 | 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 | + + + + - - - + + + |
echo Exiting MTT with error $mtt_status
exit 1
fi
if [ "$3" != "view" ]; then
if [ "$3" != "hview" ]; then
if [ "$3" = "html" ]; then
echo Moving $1_$2
mv $1_$2 ..
else
|
| ︙ | |||
1789 1790 1791 1792 1793 1794 1795 | 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 | - + - - |
mtt_m2p $1_smx.m
$1_switch.p : $1_def.r $1_switch.m
mtt_m2p $1_switch.m
$1_switcha.p : $1_def.r $1_switcha.m
mtt_m2p $1_switcha.m
$1_ode2odes.p : $1_ode2odes.m $1_def.r\
$1_simpar.p $1_numpar.p $1_state.p $1_input.p \
|
| ︙ |