diff options
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; |
