From d480bf3349d2411d20ff0816df5ac7e55ed511f9 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 4 Nov 2013 14:46:10 +0000 Subject: random seed not working --- rotord/src/rotor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rotord/src/rotor.h') diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 3bbf5b4..ea9d144 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -220,9 +220,9 @@ namespace Rotor { } void init(const std::vector &_vals){ vals=_vals; - //string s; - //for (auto v:vals) s=s+v+" "; - //cerr<<"array attribute "< vals; -- cgit v1.2.3