Ignore:
Timestamp:
01/18/06 14:43:03 (19 years ago)
Author:
remar
Message:
  • Changed name from getCompileName to getCompilerName
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.omc/src/org/modelica/mdt/omc/OMCProxy.java

    r239 r258  
    737737        /* we have no idea what OMC returned */
    738738        throw new UnexpectedReplyException("getElementsInfo("+ className +")" +
    739                         "replays:'" + retval + "'");
    740     }
    741 
    742    
    743     public String getCompileName()
     739                        "replies:'" + retval + "'");
     740    }
     741
     742   
     743    public String getCompilerName()
    744744    {
    745745        return "OpenModelica Compiler";
Note: See TracChangeset for help on using the changeset viewer.