Overview
Comment: | Put in $mtt_switches in mtt comand line when creating _state.txt and _input.txt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f0e171e92353ec1ef3d979f39df6f40a |
User & Date: | gawthrop@users.sourceforge.net on 2000-03-16 09:43:35 |
Other Links: | branch diff | manifest | tags |
Context
2000-03-16
| ||
10:16:11 | Clean no longer zaps the abg.m files check-in: ad3ade4f98 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:43:35 |
Put in $mtt_switches in mtt comand line when creating _state.txt and _input.txt check-in: f0e171e923 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:32:08 | Initial revision check-in: f4fee488fc user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [8aa81d364d] to [66acd820c6].
︙ | |||
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 27 28 | + + + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999 ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.231 2000/03/15 21:24:23 peterg ## Version 4.1: ## Fixed problems with -abg mode ## Old-style SS lbl no longer supported ## ## Revision 1.230 2000/03/15 20:31:06 peterg ## Replaced lbl2cr by abg2cr_m2txt ## ## Revision 1.229 2000/03/15 19:39:40 peterg ## Replaced sub creation cmp2sub_m2sh by abg2sub_m2sh ## ## Revision 1.228 2000/03/07 10:54:14 peterg |
︙ | |||
1552 1553 1554 1555 1556 1557 1558 | 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 | - - + + - - + + | $1_cr.tex: $1_cr.r txt2tex $1 cr r #SUMMARY sympar symbolic parameters (txt) #SUMMARY sympar* symbolic parameters (view) # Lbl to sympar conversion ifeq ($switches,0) |
︙ | |||
1705 1706 1707 1708 1709 1710 1711 | 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 | - - - + + + - - + + - - + + - + | $1_numpar.c: $1_numpar.txt $1_sympar.c txt2c $1 numpar #SUMMARY input numerical input declaration -- default (txt) #SUMMARY state numerical state declaration -- default (txt) ifeq ($steadystate_computation,yes) $1_input.txt: |
︙ |