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: 71a3325e9abe3b6d8173ecf3e4c8b45f58d239f35f0d212013e26cfc11ff8f78
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: 8279961ca2 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: 71a3325e9a user: gawthrop@users.sourceforge.net tags: origin/master, trunk
10:13:00
New eqn2ass function.
Started extension to multiports
check-in: 8e9b4024fb 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 ]