Skip to content

Commit

Permalink
Merge pull request #55 from lochel/tolerance
Browse files Browse the repository at this point in the history
Use 1e-6 as default tolerance value
  • Loading branch information
adeas31 committed Nov 16, 2016
2 parents 4eca2ca + 8bcaf99 commit c5bf117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/OMC/OMCProxy.h
Expand Up @@ -193,7 +193,7 @@ class OMCProxy : public QObject
bool ngspicetoModelica(QString fileName);
QString checkAllModelsRecursive(QString className);
bool isExperiment(QString className);
OMCInterface::getSimulationOptions_res getSimulationOptions(QString className, double defaultTolerance = 1e-4);
OMCInterface::getSimulationOptions_res getSimulationOptions(QString className, double defaultTolerance = 1e-6);
bool buildModelFMU(QString className, double version, QString type, QString fileNamePrefix, QList<QString> platforms);
bool translateModelXML(QString className);
QString importFMU(QString fmuName, QString outputDirectory, int logLevel, bool debugLogging, bool generateInputConnectors, bool generateOutputConnectors);
Expand Down

0 comments on commit c5bf117

Please sign in to comment.