Solved merge conflict

This commit is contained in:
Sebastian Piwell
2016-06-13 13:25:03 -04:00
12 changed files with 155 additions and 342 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ std::vector<float*> DataProcessorText::processData(std::string data, properties:
if(line.find("#") == 0) continue;
values = std::vector<float>();
int first = 0;
int last = 0;
int option = -3;