Changeset 1280 for cpp/frams/model/similarity/simil-match.cpp
- Timestamp:
- 09/10/23 01:51:57 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/simil-match.cpp
r1044 r1280 69 69 70 70 // return the result 71 return m_apvMatched[Obj]->size();71 return (int)m_apvMatched[Obj]->size(); 72 72 } 73 73
Note: See TracChangeset
for help on using the changeset viewer.