diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-04 14:46:10 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-04 14:46:10 +0000 |
| commit | d480bf3349d2411d20ff0816df5ac7e55ed511f9 (patch) | |
| tree | 5e645f3dfd2192789296b712f130dabbdeec3806 /rotord/src/rotor.h | |
| parent | 5d0dbb41b66792662170ce86334bf4cba87ed700 (diff) | |
random seed not working
Diffstat (limited to 'rotord/src/rotor.h')
| -rw-r--r-- | rotord/src/rotor.h | 6 |
1 files changed, 3 insertions, 3 deletions
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<std::string> &_vals){ vals=_vals; - //string s; - //for (auto v:vals) s=s+v+" "; - //cerr<<"array attribute "<<title<<": "<<s<<endl; + string s; + for (auto v:vals) s=s+v+" "; + cerr<<"array attribute "<<title<<": "<<s<<endl; } string value,description,title,type; std::vector<std::string> vals; |
