Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 0881a615ea21e28921c139d2e03b1eeb17b0eb9299738eae856ea5697ff76118
User & Date: gawthrop@users.sourceforge.net on 1998-07-22 09:14:42
Other Links: branch diff | manifest | tags
Context
1998-07-22
11:27:41
Changed port name check-in: cf8d602b8b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:14:42
Initial revision check-in: 0881a615ea user: gawthrop@users.sourceforge.net tags: origin/master, trunk
08:58:51
Corrected spelling. check-in: 7c299a38ab user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/makerep_txt version [554e20d300].





























































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: makerep_tex
# Makes template for (TeX) system description.

# P.J.Gawthrop July 1998
# Copyright (c) P.J.Gawthrop, 1998.

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


#Inform user
echo Creating $1_rep.txt

cat <<EOF > $1_rep.txt
# Outline report file for system $1 ($1_rep.txt)
# Generated by MTT on" `date`.

EOF

cat $MTTPATH/trans/rcs_header.sh >> $1_rep.txt

cat <<EOF >> $1_rep.txt
mtt $1 abg tex			# The system description

# Uncomment the following lines or add others
# mtt $1 ode tex	        # The system ode 
# mtt $1 sspar tex		# Steady-state parameters
# mtt $1 ss tex 		# Steady state
# mtt $1 sm tex			# State matrices (of linearised system)
# mtt $1 lmfr ps		# log modulus of frequency response (of linearised system)
# mtt $1 simpar tex		# Simulation parameters
# mtt $1 numpar tex		# Numerical simulation parameters
# mtt $1 input tex		# Simulation input
# mtt $1 odeso ps		# Simulation output
EOF


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