Skip to content

Commit

Permalink
Add reference in comment (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
casella authored Sep 17, 2024
1 parent b59bcbd commit ca62963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modelica_ResultCompare/CsvFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ public Report CompareFiles(Log log, CsvFile csvBase, string sReportPath, ref Opt
// The actual nominal attribute should be used, but is unfortunately unavailable in the CSV files.
// A default nominal value of 0.001 was chosen as a compromise between having many false negatives
// and passing wrong result files.
// See discussion in https://github.com/modelica/ModelicaStandardLibrary/issues/4421
const double defaultNominalValue = 0.001;
const bool useLegacyBaseAndRatio = true;
size = new TubeSize(reference, defaultNominalValue, useLegacyBaseAndRatio);
Expand Down

0 comments on commit ca62963

Please sign in to comment.