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();
|
||||
|
||||
bytes += IO::restore( _is, N, _swap );
|
||||
|
||||
std::string key;
|
||||
size_t val;
|
||||
value_type::key_type key;
|
||||
value_type::mapped_type val;
|
||||
|
||||
for (size_t i=0; i<N && _is.good(); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user