update tutorial
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@972 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -194,9 +194,8 @@ namespace OpenMesh {
|
|||||||
_v.clear();
|
_v.clear();
|
||||||
|
|
||||||
bytes += IO::restore( _is, N, _swap );
|
bytes += IO::restore( _is, N, _swap );
|
||||||
|
value_type::key_type key;
|
||||||
std::string key;
|
value_type::mapped_type val;
|
||||||
size_t val;
|
|
||||||
|
|
||||||
for (size_t i=0; i<N && _is.good(); ++i)
|
for (size_t i=0; i<N && _is.good(); ++i)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user