Changeset 319 for cpp/frams/genetics/f9/conv_f9.cpp
- Timestamp:
- 02/01/15 01:08:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/conv_f9.cpp
r286 r319 91 91 int GenoConv_f90::findVertexAt(vector<XYZ_LOC> &vertices, const XYZ_LOC &vertex) 92 92 { 93 for ( int i = 0; i < vertices.size(); i++)93 for (size_t i = 0; i < vertices.size(); i++) 94 94 if (vertices[i].same_coordinates(vertex)) return i; 95 95 return -1;
Note: See TracChangeset
for help on using the changeset viewer.