Overview
Comment:Removed some boring user feedback
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 4b6be1b1fbee51d0d346b553bf9d5cdf184538c30db9f2d149a4252628931d53
User & Date: gawthrop@users.sourceforge.net on 2001-07-23 23:26:23.000
Other Links: branch diff | manifest | tags
Context
2001-07-23
23:27:49
More efficient generation of optimised code (I hope) check-in: b9e695d384 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
23:26:23
Removed some boring user feedback check-in: 4b6be1b1fb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
23:24:02
Now only writes to type.sh and cbg.m when causality is complete check-in: b457f07023 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
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
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







+
+
+
+





-
-
-
-
+
+
+
+


-
+







  ######################################
  
  ###############################################################
  ## Version control history
  ###############################################################
  ## $Id$
  ## $Log$
  ## Revision 1.1  2001/06/11 19:47:49  gawthrop
  ## Makes the sub.sh file directly from the abg.fig file
  ## Used for making lbl files (abg2lbl_fig2txt)
  ##
  ##
  ###############################################################

# Copyright (C) 1996--2001 by Peter J. Gawthrop

if [ -f "$1_sub.sh" ]; then
    echo Using "$1_sub.sh"
    exit
else
#if [ -f "$1_sub.sh" ]; then
#    echo Using "$1_sub.sh"
#    exit
#else
    #Inform user
    echo Creating $1_sub.sh    
fi
#fi


echo '# Commands to generate subsystem representations'>  $1_sub.sh
echo "# File $1_sub.sh"			>> $1_sub.sh
echo "# Generated by MTT on `date`."	>> $1_sub.sh
echo					>> $1_sub.sh


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