Overview
Comment:Display fabs(x) as |x| (required when -cc option is used).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 2b5a31dc3ce7aedcecfecaf110cc54113521ed72ce99223ce9beee5be4a4bb92
User & Date: geraint@users.sourceforge.net on 2003-12-03 14:55:17.000
Other Links: branch diff | manifest | tags
Context
2003-12-17
17:21:35
Commented out equation tolerance assignment.
Default is more appropriate for general models.
check-in: cb4b33b63a user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-12-03
14:55:17
Display fabs(x) as |x| (required when -cc option is used). check-in: 2b5a31dc3c user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-11-18
00:52:51
Added extras.domain default parameter check-in: 4c352bed7c user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
10
11
12
13
14
15
16



17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26







+
+
+







# Copyright (c) P.J.Gawthrop, 1990, 1994

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.24  2003/08/17 11:35:45  gawthrop
## Zapped ^ to uparrow conversion.
##
## Revision 1.23  2003/08/17 11:35:07  gawthrop
## Fixed problem with parentheses
##
## Revision 1.22  2002/09/26 08:33:54  geraint
## Removed comma from pattern so that braces are places around each argument
## of a function call. Added greek letter nu as a special variable.
##
137
138
139
140
141
142
143
144

145
146
147
148
149
150
151
140
141
142
143
144
145
146

147
148
149
150
151
152
153
154







-
+







    -e "s/mttz/z/g" \
    -e "s/mttyy/Y/g" \
    -e "s/mttw/w/g" \
    -e "s/mttt/T/g" \
    -e "s/mttpar//g" \
    -e "s/!/\\\/g" \
    -e "s/\\$//g" \
    -e "s/abs(\([^()]*\))/|{ \1 }|/g" \
    -e "s/f\{0,1\}abs(\([^()]*\))/|{ \1 }|/g" \
    -e "s/(\([^(),]*\),/( { \1 } ,/g" \
    -e "s/,\([^(),]*\),/, { \1 } ,/g" \
    -e "s/,\([^(),]*\))/, { \1 } )/g" \
    -e "s/(/{\\\\left (/g" \
    -e "s/\*\*/^/g" \
    -e "s/\*/ /g" \
    -e "s/)/\\\right )}/g" \

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