[MOAB-dev] commit/MOAB: iulian07: spelling error
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Jul 2 17:40:54 CDT 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/efd0c319bbbb/
Changeset: efd0c319bbbb
Branch: iulian07/vtk_polydata
User: iulian07
Date: 2014-07-03 00:40:28
Summary: spelling error
Affected #: 1 file
diff --git a/src/io/ReadVtk.cpp b/src/io/ReadVtk.cpp
index 53d307a..90b7a41 100644
--- a/src/io/ReadVtk.cpp
+++ b/src/io/ReadVtk.cpp
@@ -685,7 +685,7 @@ ErrorCode ReadVtk::vtk_read_polygons( FileTokenizer& tokens,
if (prev +1 != handle) {
if (first) { // true except for first iteration (first == 0)
- if ( elem_list.empty() || first < elem_list.back().front()) // only need new range if order would get mixed up, or we just begun inserting
+ if ( elem_list.empty() || first < elem_list.back().front()) // only need new range if order would get mixed up, or we just began inserting
elem_list.push_back( empty );
elem_list.back().insert( first, prev );
}
@@ -694,7 +694,7 @@ ErrorCode ReadVtk::vtk_read_polygons( FileTokenizer& tokens,
prev = handle;
}
if (first) { // true unless no elements (size[0] == 0)
- if (elem_list.empty() || first < elem_list.back().front()) // only need new range if order would get mixed up, or we just begun inserting
+ if (elem_list.empty() || first < elem_list.back().front()) // only need new range if order would get mixed up, or we just began inserting
elem_list.push_back( empty );
elem_list.back().insert( first, prev );
}
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list