From d975498bf6829173d3aa5b4d945e2b2fb03f3ec5 Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Tue, 3 May 2011 10:48:53 +0100 Subject: [PATCH] Fixed inital values for generator --- src/simulation/generator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulation/generator.cc b/src/simulation/generator.cc index a540fa8..b52b92e 100644 --- a/src/simulation/generator.cc +++ b/src/simulation/generator.cc @@ -33,8 +33,8 @@ int main (int argc, char *argv[]) try { std::string type; - unsigned long size; - unsigned long hosts; + unsigned long size = 0; + unsigned long hosts = 0; std::string file; CommandLine cmd; // Allow CommandLine args -- 2.34.1