Overview
Comment:Removed debugging lines
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 9ffd15be0ecf694642f93dde2f769f5424fb170e1e784f46593dab77711dfb18
User & Date: gawthrop@users.sourceforge.net on 2003-01-15 18:28:52
Other Links: branch diff | manifest | tags
Context
2003-01-24
21:05:30
Moved creation time to top of README. check-in: d4272e943b user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-01-15
18:28:52
Removed debugging lines check-in: 9ffd15be0e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:49:10
New structure conversion script check-in: e24d9c6a3f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/m/equation.m from [c703094e12] to [59fe75aa47].

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  ## elementts to ## default unity output. ## ## Revision 1.2
  ## 1996/09/10 11:29:47  peter ## Removed causality & port info when no
  ## constitutive relationship. ## ## Revision 1.1  1996/09/10 11:11:11peter
  ## ## Initial revision ##
  ## ###############################################################


  inbonds
  incauses

  ## Find the number of inports
  nports = length(inbonds)

  ## Check some arguments
  if length(incauses) ~= nports
    error("equation.m: incauses inconsistent with inbonds");
  endif









<
<
<

|







26
27
28
29
30
31
32



33
34
35
36
37
38
39
40
41
  ## elementts to ## default unity output. ## ## Revision 1.2
  ## 1996/09/10 11:29:47  peter ## Removed causality & port info when no
  ## constitutive relationship. ## ## Revision 1.1  1996/09/10 11:11:11peter
  ## ## Initial revision ##
  ## ###############################################################





  ## Find the number of inports
  nports = length(inbonds);

  ## Check some arguments
  if length(incauses) ~= nports
    error("equation.m: incauses inconsistent with inbonds");
  endif



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