Skip to content
Snippets Groups Projects
Commit a0e6f312 authored by Karsten Rink's avatar Karsten Rink
Browse files

adjusted includes

parent f2bf2379
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,6 @@
#include "GeoLib/Point.h"
// BaseLib
#include "FileTools.h"
#include "StringTools.h"
namespace FileIO {
int CsvInterface::readPointsFromCSV(std::string const& fname, char delim,
......
......@@ -23,6 +23,7 @@
// ThirdParty/logog
#include "logog/include/logog.hpp"
#include "StringTools.h"
namespace GeoLib {
class Point;
......@@ -68,7 +69,7 @@ public:
/**
* Reads a row of the given name from a CSV file.
* \param fname Name of the file to be read
* \param fname Name of the file to be read
* \param delim Deliminator, default is ','
* \param data_arary A vector containing the data read from the file
* \return An error code (0 = ok, 0<i<max = number of skipped lines, -1 error reading file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment