mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
XmlIO: minor code cleaning
This commit is contained in:
parent
78f0c2595d
commit
17f9268a55
@ -84,7 +84,6 @@ namespace Grid
|
|||||||
template <typename U>
|
template <typename U>
|
||||||
void XmlReader::readDefault(const std::string &s, std::vector<U> &output)
|
void XmlReader::readDefault(const std::string &s, std::vector<U> &output)
|
||||||
{
|
{
|
||||||
pugi::xml_node nodeCpy;
|
|
||||||
std::string buf;
|
std::string buf;
|
||||||
unsigned int i = 0;
|
unsigned int i = 0;
|
||||||
|
|
||||||
@ -96,7 +95,6 @@ namespace Grid
|
|||||||
node_.child("elem").set_name("elem-done");
|
node_.child("elem").set_name("elem-done");
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
// assert( is.tellg()==-1);
|
|
||||||
pop();
|
pop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user