From a06d928d163471b126581e5242c027c9ef84e4b0 Mon Sep 17 00:00:00 2001 From: Dinesh Atchuthan <datchuth@laas.fr> Date: Wed, 4 Jan 2017 15:31:31 +0100 Subject: [PATCH] small --- src/examples/test_imu_constrained0.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/test_imu_constrained0.cpp b/src/examples/test_imu_constrained0.cpp index 76abfee3a..155f58774 100644 --- a/src/examples/test_imu_constrained0.cpp +++ b/src/examples/test_imu_constrained0.cpp @@ -45,8 +45,8 @@ int main(int argc, char** argv) data_file.open(filename); std::cout << "file: " << filename << std::endl; - //std::string dummy; //this is needed only if first line is headers - //getline(data_file, dummy); + std::string dummy; //this is needed only if first line is headers + getline(data_file, dummy); } if(!data_file.is_open()){ -- GitLab