int -> size_t

This commit is contained in:
Andreas Fabri 2010-06-23 15:07:14 +00:00
parent d5b6ba4ef5
commit b2ae121d76
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class SM_io_parser : public Decorator_
std::vector<SFace_handle> SFace_of; std::vector<SFace_handle> SFace_of;
SHalfloop_handle Loop_of[2]; SHalfloop_handle Loop_of[2];
// object mapping for input // object mapping for input
int vn,en,ln,fn,i; std::size_t vn,en,ln,fn,i;
// the number of objects // the number of objects
bool check_sep(const char* sep); bool check_sep(const char* sep);