Skip to content

Commit

Permalink
Expected output, ticket:4031
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Oct 8, 2016
1 parent 1234c1e commit 4c97d58
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions openmodelica/interactive-API/ConvertUnits.mos
Expand Up @@ -9,16 +9,15 @@ getDerivedUnits("W");getErrorString();
getDerivedUnits("n");getErrorString();

// Result:
// (false,1e-006,0.0)
// (false,1e-06,0.0)
// ""
// (true,1.0,-273.15)
// ""
// (false,1.0,0.0)
// "Error: error parsing unit degF
// "
// {"degC"}
// (true,0.5555555555555556,255.3722222222222)
// ""
// {"degC","degF","degRk"}
// ""
// {"MW","kW","mW"}
// {"VA","var"}
// ""
// {}
// "Error: error parsing unit n
Expand Down

0 comments on commit 4c97d58

Please sign in to comment.