Overview
Comment:Put in some more thinfs to miss out:
mtt_e mtt_f sqrt exp log sign none abs
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: f92931fde2d8d9914e2c6c7132e15b102a71164be931144885d43911980872a9
User & Date: gawthrop@users.sourceforge.net on 2000-10-05 20:52:12.000
Other Links: branch diff | manifest | tags
Context
2000-10-06
16:20:00
added ode_write rule check-in: 41e60126f2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-10-05
20:52:12
Put in some more thinfs to miss out:
mtt_e mtt_f sqrt exp log sign none abs
check-in: f92931fde2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:13:00
New eqn2ass function.
Started extension to multiports
check-in: 7e1c4527c8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
36
37
38
39
40
41
42
43


44
45
46
47
48
49
50
36
37
38
39
40
41
42

43
44
45
46
47
48
49
50
51







-
+
+







    }
  }
  return matched;
}

BEGIN {
  var = "[%|#]VAR";
  not_an_arg = "effort flow state internal external zero unknown mtt_e mtt_f";
  not_an_arg = "effort flow state internal external zero unknown\
                mtt_e mtt_f sqrt exp log sign none abs";
  arg_line = "arg = ";
}
{
  ## Explicit VAR declarations
  if (match($1,var)>0) print $2 "\t" system_name;

   ## Implicit declarations from the arg list

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