Differences From Artifact [91c3b4a28b]:
- Executable file mttroot/mtt/lib/rep/sfun_rep.sh — part of check-in [5cb35287c8] at 2002-05-28 22:52:48 on branch origin/master — Starting to move rep into single file. (user: geraint@users.sourceforge.net, size: 29135) [annotate] [blame] [check-ins using] [more...]
To Artifact [63c5879b48]:
- Executable file mttroot/mtt/lib/rep/sfun_rep.sh — part of check-in [a7340b2ea2] at 2002-06-05 17:27:18 on branch origin/optimise-algebraic-equations — commented out incomplete debugging code. (user: geraint@users.sourceforge.net, size: 29137) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
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 |