Change serialisation of .geometries file.

This commit is contained in:
Patrick Niklaus
2017-04-02 13:54:53 +00:00
committed by Patrick Niklaus
parent 3f5fc1e897
commit 99a87b4c83
3 changed files with 18 additions and 39 deletions
@@ -88,7 +88,7 @@ template <typename DataT> class vector_view
{
if (m_size != size)
{
throw util::exception("Invalid resize on immutable shared memory vector.");
throw util::exception("Invalid resize " + std::to_string(size) + " on immutable vector view of size " + std::to_string(m_size) + ".");
}
}