Changeset 15419


Ignore:
Timestamp:
2013-03-01T18:37:51+01:00 (11 years ago)
Author:
adeas31
Message:
  • Use the one defined in CevalScript.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/Script/Interactive.mo

    r15380 r15419  
    19311931   case (istmts, st as SYMBOLTABLE(ast = p))
    19321932      equation
    1933         matchApiFunction(istmts, "isModel");
    1934         {Absyn.CREF(componentRef = cr)} = getApiFunctionArgs(istmts);
    1935         path = Absyn.crefToPath(cr);
    1936         b1 = isModel(path, p);
    1937         resstr = boolString(b1);
    1938       then
    1939         (resstr,st);
    1940 
    1941    case (istmts, st as SYMBOLTABLE(ast = p))
    1942       equation
    19431933        matchApiFunction(istmts, "isRecord");
    19441934        {Absyn.CREF(componentRef = cr)} = getApiFunctionArgs(istmts);
Note: See TracChangeset for help on using the changeset viewer.