Overview
Comment:Allowe PAR in place of VAR
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 28796541432521704f876f6eac45a77ae6176b4e16ef8d79d6cffc5e4a498735
User & Date: gawthrop@users.sourceforge.net on 2000-11-03 14:33:21
Other Links: branch diff | manifest | tags
Context
2000-11-03
14:53:33
Copy NOTPAR as well check-in: 012ba8f7c1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:33:21
Allowe PAR in place of VAR check-in: 2879654143 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:20:00
Now used within mtt_make_sympars check-in: 8c0a63eaa0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/trans/abg2sympar_m2txt from [cddeb96ae3] to [20862ba1d3].

33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
      break;
    }
  }
  return matched;
}

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







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
      break;
    }
  }
  return matched;
}

BEGIN {
  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 ]