From 51d0c256a349f147b41221ac82932371f2037341 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 9 May 2021 11:07:16 +0200 Subject: Debug and add scenarios in paper --- src/Inputs.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Inputs.hpp') 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 -- cgit v1.2.3