Changeset 7f3f9c for src/UIElements/TextUI/Query
- Timestamp:
 - May 8, 2017, 1:51:21 PM (8 years ago)
 - Branches:
 - ForceAnnealing_goodresults, ForceAnnealing_tocheck
 - Children:
 - 01a018
 - Parents:
 - e4036a
 - git-author:
 - Frederik Heber <heber@…> (03/30/17 14:20:19)
 - git-committer:
 - Frederik Heber <frederik.heber@…> (05/08/17 13:51:21)
 - Location:
 - src/UIElements/TextUI/Query
 - Files:
 - 
      
- 2 edited
 
- 
          
  VectorTextQuery.cpp (modified) (1 diff)
 - 
          
  VectorsTextQuery.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/UIElements/TextUI/Query/VectorTextQuery.cpp
re4036a r7f3f9c 83 83 84 84 // check vector 85 return World::getInstance().getDomain().isValid(temp);85 return true; 86 86 } 87 87  - 
      
src/UIElements/TextUI/Query/VectorsTextQuery.cpp
re4036a r7f3f9c 87 87 temp_element[counter++] = coord; 88 88 } 89 if (World::getInstance().getDomain().isValid(temp_element)) 90 temp.push_back(temp_element); 89 temp.push_back(temp_element); 91 90 olditerspace = vectoriter; 92 91 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  