Skip to content

Commit 83f3ecc

Browse files
committed
indent
1 parent 2369079 commit 83f3ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/simulator/solver.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ namespace aspect
167167

168168
return dst.l2_norm();
169169
}
170-
170+
171171

172172

173173

@@ -386,7 +386,7 @@ namespace aspect
386386
virtual unsigned int n_iterations() const=0;
387387

388388
};
389-
template<typename Range,
389+
template<typename Range,
390390
typename Domain,
391391
typename Payload>
392392
LinearOperator<Range, Domain, Payload> diag_operator(LinearOperator<Range,Domain,Payload> &exemplar, const TrilinosWrappers::MPI::Vector &diagonal)

0 commit comments

Comments
 (0)