aboutsummaryrefslogtreecommitdiff
path: root/src/Inputs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Inputs.hpp')
-rw-r--r--src/Inputs.hpp3
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