Overview
Comment:Removed debugging lines
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: a6c08d46501c51b6a68afd5d49e5e38781f155bd112348d5dd5c5ae13ad987d9
User & Date: gawthrop@users.sourceforge.net on 2003-01-15 18:28:52.000
Other Links: branch diff | manifest | tags
Context
2003-01-24
21:05:30
Moved creation time to top of README. check-in: eb0321dc23 user: geraint@users.sourceforge.net tags: origin/master, trunk
2003-01-15
18:28:52
Removed debugging lines check-in: a6c08d4650 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:49:10
New structure conversion script check-in: 30e7e30245 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
26
27
28
29
30
31
32
33
34
35
36
37

38
39
40
41
42
43
44
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 ##
  ## ###############################################################


  inbonds
  incauses

  ## Find the number of inports
  nports = length(inbonds)
  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 ]