Skip to content
Snippets Groups Projects
Commit b8090ad9 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

T const -> const T

parent 58ef9bfc
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class MyConvexProblem { ...@@ -16,7 +16,7 @@ class MyConvexProblem {
typedef typename VectorType::block_type LocalVectorType; typedef typename VectorType::block_type LocalVectorType;
typedef typename MatrixType::block_type LocalMatrixType; typedef typename MatrixType::block_type LocalMatrixType;
static const int block_size = VectorType::block_type::dimension; int static const block_size = VectorType::block_type::dimension;
/** \brief Constructor with the problem components /** \brief Constructor with the problem components
......
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