summaryrefslogtreecommitdiff
path: root/lib/tag_handlers.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-10-28 11:41:09 -0700
committerJosh Blum2012-10-28 11:41:09 -0700
commit9620afa87986645653b171fb2c74c06597edb382 (patch)
treec0aff207eda8b93c99ae69cb16fe786d0b60adb1 /lib/tag_handlers.hpp
parentcbcedb10e8f59ac696478460c21150b811e8d083 (diff)
parent370eef5292d801e0b8cee92b16afd63daefd3b48 (diff)
downloadsandhi-9620afa87986645653b171fb2c74c06597edb382.tar.gz
sandhi-9620afa87986645653b171fb2c74c06597edb382.tar.bz2
sandhi-9620afa87986645653b171fb2c74c06597edb382.zip
Merge branch 'pmc_work'
Diffstat (limited to 'lib/tag_handlers.hpp')
-rw-r--r--lib/tag_handlers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tag_handlers.hpp b/lib/tag_handlers.hpp
index 9e20bc0..4e630fb 100644
--- a/lib/tag_handlers.hpp
+++ b/lib/tag_handlers.hpp
@@ -27,7 +27,7 @@ GRAS_FORCE_INLINE void BlockActor::sort_tags(const size_t i)
{
if (not this->input_tags_changed[i]) return;
std::vector<Tag> &tags_i = this->input_tags[i];
- std::sort(tags_i.begin(), tags_i.end(), Tag::offset_compare);
+ std::sort(tags_i.begin(), tags_i.end());
this->input_tags_changed[i] = false;
}