Overview
Comment:Explcit zero of input in the simulations
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 32efad5e80109aff2d27610a20fb46823909a3880cfcfd2d8b6c24db403b9ee1
User & Date: gawthrop@users.sourceforge.net on 2000-08-01 19:29:27
Other Links: branch diff | manifest | tags
Context
2000-08-04
10:54:33
Rationalised call to gcc using -lp2c to access p2c lib. check-in: 1939179263 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-08-01
19:29:27
Explcit zero of input in the simulations check-in: 32efad5e80 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:22:01
Updated documentation check-in: 3d5110fe1b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [66a6aaf246] to [a653597365].

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.248  2000/07/20 07:46:07  peterg
## Version 4.3
##
## Revision 1.247  2000/07/13 07:21:12  peterg
## Interface to Octave Control Systems Toolbox (OCST) - mtt2sys.m
##
## Revision 1.246  2000/05/21 18:00:11  peterg







>
>
>
>
>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright (C) 2000 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.249  2000/08/01 12:28:02  peterg
## VERSION 4.4
##    euler now works
##    stepfactor applies to both int. algorithms
##
## Revision 1.248  2000/07/20 07:46:07  peterg
## Version 4.3
##
## Revision 1.247  2000/07/13 07:21:12  peterg
## Interface to Octave Control Systems Toolbox (OCST) - mtt2sys.m
##
## Revision 1.246  2000/05/21 18:00:11  peterg
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
###############################################################


#Check $MTTPATH has been set
mtt_check_var "$MTTPATH" "MTTPATH"

#Version
version='4.4'

# MTT recursion level is zero unless explicitly set
level=0

#Computation mode is octave by default
computation=octave








|







843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
###############################################################


#Check $MTTPATH has been set
mtt_check_var "$MTTPATH" "MTTPATH"

#Version
version='4.4++'

# MTT recursion level is zero unless explicitly set
level=0

#Computation mode is octave by default
computation=octave


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]