Overview
Comment:Back under RCS
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 99b4294a5624fe5e5b44aa96a9b33d0924e832328a5e5e492f8af7c815f24c4c
User & Date: gawthrop@users.sourceforge.net on 1998-03-22 11:13:27
Other Links: branch diff | manifest | tags
Context
1998-03-22
20:12:51
Initial revision check-in: ab744da7a6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
11:13:27
Back under RCS check-in: 99b4294a56 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:26:47
Initial revision check-in: 5cf0d045ad user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/sympar2global_txt2m from [c057d7f237] to [00732c2f17].

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
# Copyright (c) P.J.Gawthrop, 1997.

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







#Write out the variables in matlab global format
awk '
BEGIN{

  print "global ..."
}
{i++; print tolower($1), "..."}
END{
  print ";"
}' $1_sympar.txt

# Now invoke the standard error handling.
# mtt_error mtt_error.txt









<
|
|
|
|
<





>


|

|






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
# Copyright (c) P.J.Gawthrop, 1997.

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

# Revision 1.1  1997/04/16  11:37:22  peterg
# Initial revision
#
###############################################################



#Write out the variables in matlab global format
awk '
BEGIN{
  var = "foobar";
  print "global ..."
}
{i++; print tolower($1), "..."; var = $1}
END{
  print var ";" # Repeat the last variable to avoid the trailing ...
}' $1_sympar.txt

# Now invoke the standard error handling.
# mtt_error mtt_error.txt



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