You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omnetpp
Hey there,
I want to WATCH a whole two-dimensional array[][]. What does not work
is:
for (int i ...) {
for (int j...) {
WATCH(array[i][j]);
}
}
Because in the inspection I see then array[i][j] everywhere and not
for instance array[1][5]. Is there a possible way to loop over the
WATCH statement?