Overview
Comment:Added state.m rep.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e0f4289844738b59e1df492154c4d76d4b9d3621455084db8f177b1219063e1f
User & Date: gawthrop@users.sourceforge.net on 1998-02-25 15:28:34
Other Links: branch diff | manifest | tags
Context
1998-02-25
16:59:56
Corrected enthalpy-entropy conversion -- use temp on the entropy side. check-in: 6416f81956 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:28:34
Added state.m rep. check-in: e0f4289844 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
15:03:51
Initial revision check-in: fd97c8d527 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mtt from [d07e240d27] to [098e97b1c8].

10
11
12
13
14
15
16



17
18
19
20
21
22
23
# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996.

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$



## Revision 1.132  1998/02/24 22:33:23  peterg
## new state reresentation included
##
## Revision 1.131  1998/02/23 16:21:21  peterg
## Just do model name in summary line of lbl file
##
## Revision 1.130  1998/02/19 13:40:24  peterg







>
>
>







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996.

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.133  1998/02/24 22:35:33  peterg
## Added -p (preserve) switch to cp in tidy mode.
##
## Revision 1.132  1998/02/24 22:33:23  peterg
## new state reresentation included
##
## Revision 1.131  1998/02/23 16:21:21  peterg
## Just do model name in summary line of lbl file
##
## Revision 1.130  1998/02/19 13:40:24  peterg
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108



1109
1110
1111
1112
1113
1114
1115
	input_txt2m $1

#SUMMARY state	state declaration (txt) -- default
$1_state.txt: 
	mtt $mtt_switches $1 struc txt; 
	mtt $mtt_switches $1 ss r; 
	struc2state_txt2txt $1

#SUMMARY state	state declaration (c) 
$1_state.c:  $1_state.txt $1_sympar.c
	txt2c $1 state





#SUMMARY input	numerical input declaration (c) 
ifeq ($switches,0)
$1_input.c:  $1_input.txt $1_sympar.c
	input_txt2c $1
endif









|
|
|

>
>
>







1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
	input_txt2m $1

#SUMMARY state	state declaration (txt) -- default
$1_state.txt: 
	mtt $mtt_switches $1 struc txt; 
	mtt $mtt_switches $1 ss r; 
	struc2state_txt2txt $1

#SUMMARY state	state declaration (m) 
$1_state.m:  $1_state.txt $1_sympar.txt
	txt2m $1 state

#SUMMARY state	state declaration (c) 
$1_state.c:  $1_state.txt $1_sympar.txt
	txt2c $1 state

#SUMMARY input	numerical input declaration (c) 
ifeq ($switches,0)
$1_input.c:  $1_input.txt $1_sympar.c
	input_txt2c $1
endif


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