Overview
Comment:Updated switch names.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: fbcdd0d20a4233f3da5fb8bf1a52f6635af7f85455e6fb5ac56059d329380d42
User & Date: geraint@users.sourceforge.net on 2002-09-29 14:23:16
Other Links: branch diff | manifest | tags
Context
2002-09-29
15:31:14
Updated cross-reference. check-in: 8cbf4cd1f5 user: geraint@users.sourceforge.net tags: origin/master, trunk
14:23:16
Updated switch names. check-in: fbcdd0d20a user: geraint@users.sourceforge.net tags: origin/master, trunk
14:19:44
Updated cross-reference. check-in: 068c3fe3f3 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/examples/Hybrid/Weirs/Weirs_logic.txt from [e3936533e3] to [50aca309df].

1
2
3
4
5
6
7
8



9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*-octave-*- Put Emacs into octave-mode
# Simulation parameters for system Weirs (Weirs_logic.txt)
# Generated by MTT on Thu May 18 12:29:15 BST 2000.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$



## Revision 1.1  2000/05/19 07:13:29  peterg
## Initial revision
##
## Revision 1.1  2000/05/18 11:29:58  peterg
## Initial revision
##
###############################################################


# Set the switches
## Removed by MTT on Fri Oct  5 11:28:40 BST 2001: weirs_w1_isw = (mttx(1)>1)|(mttx(2)>1);	# First weir - height 1
## Removed by MTT on Fri Oct  5 11:28:40 BST 2001: weirs_w2_isw = (mttx(2)>2)|(mttx(3)>2);	# Second weir - height 2
weirs_w1_1_isw_1_mtt_switch_logic	= (mttx(1)>1)|(mttx(2)>1); # First weir - height 1
weirs_w2_1_isw_1_mtt_switch_logic	= (mttx(2)>2)|(mttx(3)>2); # Second weir - height 2








>
>
>










|
|
|
|
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
# -*-octave-*- Put Emacs into octave-mode
# Simulation parameters for system Weirs (Weirs_logic.txt)
# Generated by MTT on Thu May 18 12:29:15 BST 2000.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  2001/10/05 11:24:35  gawthrop
## Updated for new mtt features - input.txt etc
##
## Revision 1.1  2000/05/19 07:13:29  peterg
## Initial revision
##
## Revision 1.1  2000/05/18 11:29:58  peterg
## Initial revision
##
###############################################################


# Set the switches
# First weir - height 1
# Second weir - height 2
weirs_w1_isw_mtt_switch_logic	= ((weirs_tank1 > 1) | (weirs_tank2 > 1));
weirs_w2_isw_mtt_switch_logic	= ((weirs_tank2 > 2) | (weirs_tank3 > 2));


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