Overview
Comment:Removed default crs.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: a03c00160bf5f6618a339ebea332d77a0ad98789356cee079d9d3df7d7721c56
User & Date: gawthrop@users.sourceforge.net on 1996-09-12 12:05:01
Other Links: branch diff | manifest | tags
Context
1996-09-12
12:06:38
Removed reducndant lines. check-in: 4b8882ab24 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:05:01
Removed default crs. check-in: a03c00160b user: gawthrop@users.sourceforge.net tags: origin/master, trunk
12:03:58
Added some error checking.
If no constitutive relationship, only add diagonal elementts to
default unity output.
check-in: d4d8da4f37 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/makecr from [4e6a8c84ae] to [97030fddd1].

9
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
40
# Copyright (c) P.J.Gawthrop 1996.

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



## Revision 1.1  1996/08/24 14:53:06  peter
## Initial revision
##
###############################################################

#Inform user
echo Creating $1_cr.r

echo % Default CR file			>  $1_cr.r
echo % File $1_cr.r			>> $1_cr.r
echo % Generated by MTT on `date`.	>> $1_cr.r
echo					>> $1_cr.r
echo %This is the linear CR.		>> $1_cr.r
cat $MTTPATH/cr/r/lin.r			>> $1_cr.r


















>
>
>













|











9
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
40
41
42
43
# Copyright (c) P.J.Gawthrop 1996.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.2  1996/09/10 16:18:37  peter
## Uses default constitutive relationship mtt/cr/r
##
## Revision 1.1  1996/08/24 14:53:06  peter
## Initial revision
##
###############################################################

#Inform user
echo Creating $1_cr.r

echo % Default CR file			>  $1_cr.r
echo % File $1_cr.r			>> $1_cr.r
echo % Generated by MTT on `date`.	>> $1_cr.r
echo					>> $1_cr.r
echo %This is the linear CR.		>> $1_cr.r
# cat $MTTPATH/cr/r/lin.r			>> $1_cr.r












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