Overview
Comment:Zapped comment that causes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2a8a0522e318f9fb91e48932769b857e1bc59de4d51778ee66361bc1927c03a0
User & Date: gawthrop@users.sourceforge.net on 2004-06-21 16:05:58
Other Links: branch diff | manifest | tags
Context
2004-06-21
16:30:41
Don't zero for cc code check-in: b75a629a5b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:05:58
Zapped comment that causes check-in: 2a8a0522e3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2004-06-20
21:13:53
Changed access method for Octave_map, operator[] method no longer works. check-in: d37bff68ab user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/mtt_header from [1c2ee47b47] to [f023820be2].

8
9
10
11
12
13
14



15
16
17
18
19
20
21
# Copyright (C) 2000 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.58  2004/06/20 13:34:11  gawthrop
## Create vectors using zeros(N,1) - avoids new octave
## default to row vector - more reps now included
##
## Revision 1.57  2004/06/20 10:18:00  gawthrop
## Explicitly size vectors - avoid default row vector bug
##







>
>
>







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (C) 2000 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.59  2004/06/20 13:53:06  gawthrop
## Initialise for numpar as well
##
## Revision 1.58  2004/06/20 13:34:11  gawthrop
## Create vectors using zeros(N,1) - avoids new octave
## default to row vector - more reps now included
##
## Revision 1.57  2004/06/20 10:18:00  gawthrop
## Explicitly size vectors - avoid default row vector bug
##
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
    Npar=`wc -l $system\_sympar.txt | gawk '{print $1}'`
    }

zero_matrices()
{
## Set matrices to zero
echo
 ## echo '## Set matrices to zero'
for name in $zeromatrices; do
    case $name in
	a)
	    N=$Nx; M=$Nx
	    ;;
	b)
	    N=$Nx; M=$Nu







<







574
575
576
577
578
579
580

581
582
583
584
585
586
587
    Npar=`wc -l $system\_sympar.txt | gawk '{print $1}'`
    }

zero_matrices()
{
## Set matrices to zero
echo

for name in $zeromatrices; do
    case $name in
	a)
	    N=$Nx; M=$Nx
	    ;;
	b)
	    N=$Nx; M=$Nu


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