diff --git a/embeddings.cpp b/embeddings.cpp index a2b25406..4a96c786 100644 --- a/embeddings.cpp +++ b/embeddings.cpp @@ -977,8 +977,8 @@ geom3::eSpatialEmbedding embed_by_name(string ss) { bool numeric = true; for(char c: ss) if(c < '0' || c > '9') numeric = false; if(numeric) return eSpatialEmbedding(atoi(ss.c_str())); - for(int i=0; i