Skip to content

Commit e7f3f51

Browse files
committed
OMNeT++ 6.1 compatibility fix: Comment out usage of record-vector-results
The `record-vector-results` setting causes a runtime error in OMNeT++ versions prior to 6.2. Commenting out the line ensures compatibility with version 6.1. Also added **.vector-recording = false **.vector-record-empty = false for disable the lots of vector recordings
1 parent 62b1c44 commit e7f3f51

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/inet/hierarchical/omnetpp.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ sim-time-limit = 20s
3333

3434
[Config Hosts1280]
3535
sim-time-limit = 1s
36-
record-vector-results = false
36+
# record-vector-results = false # This setting is only supported in OMNeT++ version 6.2 and newer. It causes error in older versions.
37+
**.vector-recording = false
38+
**.vector-record-empty = false
3739
**.numHosts = 10
3840
**.numAreas = 8
3941
**.columns = 4

0 commit comments

Comments
 (0)