Overview
Comment: | commented out incomplete debugging code. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/optimise-algebraic-equations | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a7340b2ea2175d9e2cd640b5f3ec6376 |
User & Date: | geraint@users.sourceforge.net on 2002-06-05 17:27:18 |
Other Links: | branch diff | manifest | tags |
Context
2002-06-05
| ||
17:28:00 | Cosmetic change. check-in: 96f269ef83 user: geraint@users.sourceforge.net tags: origin/optimise-algebraic-equations, trunk | |
17:27:18 | commented out incomplete debugging code. check-in: a7340b2ea2 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: 64117a2b31 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 |