Overview
| Comment: | Added _standalone.exe representation. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
27b6f4c6942709c5c90917a9a948b288 |
| User & Date: | geraint@users.sourceforge.net on 2001-02-06 04:39:08.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2001-02-06
| ||
| 06:08:34 | Added gnuplot.txt representation. check-in: 370a7bfcab user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 04:39:08 | Added _standalone.exe representation. check-in: 27b6f4c694 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2001-02-05
| ||
| 17:27:40 | Make sure _def.r exists before creating _state.txt check-in: 1cdccb01f5 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt
from [e1551dcd34]
to [7a138278c5].
| ︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.291 2000/12/27 14:50:40 peterg ## This is the first CVS version (4.9). ## Commented out code now deleted ## ## Revision 1.290 2000/12/05 09:59:37 peterg ## Generates $1_cr.h - allows inclusion of c functions for crs ## | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.292 2001/02/05 17:27:40 gawthrop ## Make sure _def.r exists before creating _state.txt ## ## Revision 1.291 2000/12/27 14:50:40 peterg ## This is the first CVS version (4.9). ## Commented out code now deleted ## ## Revision 1.290 2000/12/05 09:59:37 peterg ## Generates $1_cr.h - allows inclusion of c functions for crs ## |
| ︙ | ︙ | |||
1745 1746 1747 1748 1749 1750 1751 |
filename=$1_$2.$3
fi
if [ -f "$filename" ]; then
echo $filename exists
else
if [ -n "$Verbose" ]; then
| | | | 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 |
filename=$1_$2.$3
fi
if [ -f "$filename" ]; then
echo $filename exists
else
if [ -n "$Verbose" ]; then
echo make -s -f $2_rep.make "SYS=$1" "LANG=$3" "ARG=$4" "OPTS=$mtt_switches"
fi
make -s -f $2_rep.make "SYS=$1" "LANG=$3" "ARG=$4" "OPTS=$mtt_switches"
if [ -n "$4" ]; then
echo Copying $1_$2$__ARGS.$ps
cp $1_$2$__ARGS.$ps ..
fi
fi
exit
fi
|
| ︙ | ︙ |
Added mttroot/mtt/lib/cc/mtt_euler.cc version [f6571d33a4].
Added mttroot/mtt/lib/cc/mtt_implicit.cc version [cb13c1e65f].
Added mttroot/mtt/lib/cc/mtt_write.cc version [726e26819d].
Added mttroot/mtt/lib/rep/standalone_rep.make version [289159fe61].