fixed a typo in PlottingImageListener.hpp

some emojis were skipped from the output to CSV file because of a typo
This commit is contained in:
Serhiy-Shekhovtsov 2018-04-20 14:34:15 +03:00 committed by GitHub
parent 42af109c30
commit 1d801d9a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public:
}
values = (float *)&f.emojis;
for (std::string emoji : viz.EMOTIONS)
for (std::string emoji : viz.EMOJIS)
{
fStream << (*values) << ",";
values++;