diff --git a/stim/visualization/obj.h b/stim/visualization/obj.h index efc4920..a9500bc 100644 --- a/stim/visualization/obj.h +++ b/stim/visualization/obj.h @@ -552,7 +552,7 @@ public: } std::vector< stim::vec > getAllV(std::vector vertexIndices){ std::vector< stim::vec > allVerticesList; - for (int i=0; i >allVerticesList, stim::vec v0) { int result = 0; - for (int i = 0; i < allVerticesList.size() ; i++) + for (unsigned int i = 0; i < allVerticesList.size() ; i++) { if (allVerticesList[i] == v0) { -- libgit2 0.21.4