Commit 825498b0 by Tianzhi

remove min

parent 218fdfd8
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -117,10 +117,4 @@ class VectorBuffer{
}
return *this;
}
inline VectorBuffer min(const VectorBuffer &a) {
for (int i = 0; i != a.size(); i++) {
this->values[i] = std::min(a[i], this->values[i]);
}
return *this;
}
};
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论