diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-09 11:07:16 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-09 11:07:16 +0200 |
| commit | 51d0c256a349f147b41221ac82932371f2037341 (patch) | |
| tree | 154469e93ac08670e933238d2e66e7909a626f20 /src/Inputs.hpp | |
| parent | 69e881864268a4d7ec892159f6185f475cc188aa (diff) | |
Debug and add scenarios in paper
Diffstat (limited to 'src/Inputs.hpp')
| -rw-r--r-- | src/Inputs.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Inputs.hpp b/src/Inputs.hpp index b0b4825..0bec0b5 100644 --- a/src/Inputs.hpp +++ b/src/Inputs.hpp @@ -41,7 +41,7 @@ public: /** * Is there another event to process ? */ - bool HasNext(){return(wake_ts.size()>1);} + bool HasNext(){return wake_ts.size()>1 ;} /** * Get current event timestamp */ @@ -78,6 +78,7 @@ public: bool extended; int data_size; int seed; + int n_nodes; std::string simkey; };
\ No newline at end of file |
