Overview
| Comment: | commented out incomplete debugging code. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/optimise-algebraic-equations | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
29717cdd605ec6c6a6e2ec978d51b543 |
| User & Date: | geraint@users.sourceforge.net on 2002-06-05 17:27:18.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2002-06-05
| ||
| 17:28:00 | Cosmetic change. check-in: a922f43a0b user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
| 17:27:18 | commented out incomplete debugging code. check-in: 29717cdd60 user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
| 15:22:11 | fix_c.r called at ese2rdae stage so that pow gets fixed in ae.r. check-in: 9f3e8d8749 user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
Changes
Modified mttroot/mtt/lib/rep/sfun_rep.sh
from [91c3b4a28b]
to [63c5879b48].
| ︙ | ︙ | |||
1375 1376 1377 1378 1379 1380 1381 | ### main program | | | | 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 |
### main program
#set_debug 0
#check_for_valid_input "$*"
OPTS="$1" SYS="$2" REP="$3" LANG="$4" make $make_debug -f ${MTT_REP}/sfun_rep/Makefile ${2}_${3}.${4}
exit 0
|