diff options
| author | JRPan <[email protected]> | 2023-06-13 20:40:07 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-13 20:40:07 +0800 |
| commit | b0e65fef7e1620a43fb2ba480ad74de8d7919bdd (patch) | |
| tree | a7ab7a51578a9247f5ec082cae87e828db95f80d /src/intersim2/networks/kncube.cpp | |
| parent | 8ca01b0721445de3b044e70327fd69f017a75ef0 (diff) | |
| parent | b471b3481b2399222ffd9ee0f007628834e68767 (diff) | |
Merge branch 'dev' into dev
Diffstat (limited to 'src/intersim2/networks/kncube.cpp')
| -rw-r--r-- | src/intersim2/networks/kncube.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intersim2/networks/kncube.cpp b/src/intersim2/networks/kncube.cpp index 03e13e7..178c905 100644 --- a/src/intersim2/networks/kncube.cpp +++ b/src/intersim2/networks/kncube.cpp @@ -231,7 +231,7 @@ void KNCube::InsertRandomFaults( const Configuration &config ) int num_fails; unsigned long prev_seed; - int node, chan; + int node, chan = 0; int i, j, t, n, c; bool available; |
