mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
debug code cleaning
This commit is contained in:
parent
f599cb5b17
commit
4be08ebccc
@ -100,12 +100,4 @@ void Hdf5Reader::readDefault(const std::string &s, std::string &x)
|
|||||||
|
|
||||||
x.resize(strType.getSize());
|
x.resize(strType.getSize());
|
||||||
attribute.read(strType, &(x[0]));
|
attribute.read(strType, &(x[0]));
|
||||||
|
|
||||||
std::cout << "length: " << strType.getSize() << std::endl;
|
|
||||||
std::cout << "string: |";
|
|
||||||
for (auto &c: x)
|
|
||||||
{
|
|
||||||
std::cout << "'" << c << "'|";
|
|
||||||
}
|
|
||||||
std::cout << std::endl;
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user