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 78879c6d authored by sadr_m's avatar sadr_m
Browse files

Merge branch '789-compile-error' into 'master'

Resolve "Compile error"

Closes #789

See merge request OPAL/src!645
parents a03c790a d2a0b62d
No related branches found
No related tags found
No related merge requests found
......@@ -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