Exporting model with LiteralRational fails.
Exporting the following models:
private import ScalarValues::*;
part p1 {
attribute x : Real = 1.0;
}
Gives
private import ScalarValues::*;
part p1 {
attribute x : Real = 1;
}
"1" is a LiteralInteger and not a LiteralRational
Exporting model with
LiteralRationalfails.Exporting the following models:
Gives
"1" is a
LiteralIntegerand not aLiteralRational