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

static int -> int static

parent a5acf5e0
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { ...@@ -22,7 +22,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
typedef typename MyConvexProblemType::LocalVectorType LocalVectorType; typedef typename MyConvexProblemType::LocalVectorType LocalVectorType;
typedef typename MyConvexProblemType::LocalMatrixType LocalMatrixType; typedef typename MyConvexProblemType::LocalMatrixType LocalMatrixType;
static int const block_size = MyConvexProblemType::block_size; int static const block_size = MyConvexProblemType::block_size;
/** \brief Solves one local system using a modified gradient method */ /** \brief Solves one local system using a modified gradient method */
class IterateObject; class IterateObject;
......
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