Andras Varga
Andras Varga
**Reported by baumgart on 10 Dec 2008 22:16** **Version:** 4.0b8 In this example the display string is not correctly merged: moduleinterface Overlay { parameters: @display("i=block/network2"); } module SimpleOverlayHost { submodules:...
**Reported by andras on 20 May 2011 10:54** **Version:** 4.1 The runtime only accepts dimensionless numbers in numeric ranges (".." within "${}"), but **.param=${mean=1s..5s} is not marked as an error...
**Reported by andras on 21 Aug 2018 12:49** **Version:** 5.2 When editing NED source, NED types and sections inside NED types (parameters, gates, etc) can be folded. However, there are...
**Reported by ManiAm on 19 Aug 2018 17:40** The eclipse IDE has automatic code folding for block comments. A very similar feature would be useful for the NED editor environment....
**Reported by cavka on 8 May 2018 11:05** **Version:** 5.0 After finishing longer simulations, processing of scalar results with scavetool produces really round numbers. These numbers were at least 7...
- function that adds all run attributes as columns to the scalars / vectors table, for easier filtering? - filtering of an already loaded dataset (like loadDataset() does it)? -...
To reproduce: ``` simple S1 { int x; } simple S2 extends S1 { x = 1; } simple S3 extends S2 { x = 2; // should be an...
**Reported by andras on 21 Sep 2017 12:57** **Version:** 5.1.1 The HTML version of the simulation manual does not contain a bibliography, so references in the text (e.g. "For details...
As of OMNeT++ 6.1, the build system ignores dependencies among msg files. If msg file is changed, this does not cause the message compiler to be run in the files...
Scalar files explicitly contain the value of stddev for statistic summaries. Yet, when opp_scavetool reads the file, it does NOT parse the stddev field but recomputes it from other fields...