projects
/
ns-moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73ebad
)
Fixed inital values for generator
author
Richard Whitehouse
<github@richardwhiuk.com>
Tue, 3 May 2011 09:48:53 +0000
(10:48 +0100)
committer
Richard Whitehouse
<github@richardwhiuk.com>
Tue, 3 May 2011 09:48:53 +0000
(10:48 +0100)
src/simulation/generator.cc
patch
|
blob
|
history
diff --git
a/src/simulation/generator.cc
b/src/simulation/generator.cc
index a540fa8af1641ef3ff34e18bd018606d795aa085..b52b92e14347c10c6f02a7ac497875f87f11ad4f 100644
(file)
--- 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