This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 612 - Doubles cannot be initialized with integer value
Summary: Doubles cannot be initialized with integer value
Status: ASSIGNED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: Engine (show other bugs)
Version: 4.1.20
Hardware: PC Linux
: P5 enhancement
Assignee: Marius Mikučionis
URL:
Depends on:
Blocks:
 
Reported: 2016-09-27 00:50 CEST by Peter Gjøl Jensen
Modified: 2017-02-28 16:37 CET (History)
1 user (show)

See Also:
Architecture:


Attachments
Model provocating the error (1.01 KB, text/xml)
2016-09-27 00:50 CEST, Peter Gjøl Jensen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gjøl Jensen 2016-09-27 00:50:39 CEST
Created attachment 291 [details]
Model provocating the error

Double-variables cannot be initialized with integers,

double x = 10;

will give an error.