Overview
Comment:Allowe PAR in place of VAR
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 20ed6967e0afa33c1d9cc5abe03a45b8892df4be604364612bd4a7921ee16fb4
User & Date: gawthrop@users.sourceforge.net on 2000-11-03 14:33:21.000
Other Links: branch diff | manifest | tags
Context
2000-11-03
14:53:33
Copy NOTPAR as well check-in: 5461f1be3d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:33:21
Allowe PAR in place of VAR check-in: 20ed6967e0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:20:00
Now used within mtt_make_sympars check-in: 4ee7bc78cb user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes
33
34
35
36
37
38
39
40

41
42
43
44
45
46
47
33
34
35
36
37
38
39

40
41
42
43
44
45
46
47







-
+







      break;
    }
  }
  return matched;
}

BEGIN {
  var = "[%|#]VAR";
  var = "[%|#][PAR|VAR]";
  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;

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