Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d2a0b62d authored by Sadr Mohsen's avatar Sadr Mohsen
Browse files

remove the line with assert of vector.size

parent a03c790a
No related branches found
No related tags found
1 merge request!645Resolve "Compile error"
......@@ -24,8 +24,6 @@ typedef boost::numeric::ublas::matrix<double> matrix_t;
template<class T>
T prod_boost_vector(const boost::numeric::ublas::matrix<double>& rotation, const T& vector) {
// Ensure that 'vector' has the correct size (3x1 or 1x3)
assert(vector.size() == 3);
// Create a temporary result vector
T result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment