Skip to content
Snippets Groups Projects
Commit ff3369b1 authored by podlesny's avatar podlesny
Browse files

remove spaces

parent 9dbd5723
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ template<class MatrixType, class VectorType> ...@@ -5,7 +5,7 @@ template<class MatrixType, class VectorType>
inline inline
void ProjectedBlockGSStep<MatrixType, VectorType>::iterate() void ProjectedBlockGSStep<MatrixType, VectorType>::iterate()
{ {
assert(hasObstacle_!=nullptr); assert(hasObstacle_!=nullptr);
if (hasObstacle_->size()!= (unsigned int)this->x_->size()) if (hasObstacle_->size()!= (unsigned int)this->x_->size())
DUNE_THROW(SolverError, "Size of hasObstacle (" << hasObstacle_->size() DUNE_THROW(SolverError, "Size of hasObstacle (" << hasObstacle_->size()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment