Skip to content
Snippets Groups Projects
Commit 111252b0 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

fix cppCheck warning introduced in a branch just merged in, re #10766

parent cbc7d629
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,8 @@ void SaveSavuTomoConfig::saveFile(const std::string fname,
std::string id = w->cell<std::string>(ti, 0);
std::string params = w->cell<std::string>(ti, 1);
std::string name = w->cell<std::string>(ti, 2);
std::string cite = w->cell<std::string>(ti, 3);
// Unused for now, until file format is finalized/documented.
// std::string cite = w->cell<std::string>(ti, 3);
// but in the file it goes as: data (params), id, name
nxFile.makeGroup(boost::lexical_cast<std::string>(procCount++), "NXnote", true);
......
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