From 425f0671de1b7e2f20b7e48df2ace77d265eb8d2 Mon Sep 17 00:00:00 2001 From: ESeNonFossiIo Date: Tue, 19 Jan 2016 17:01:11 +0100 Subject: [PATCH] swap --- include/deal.II/lac/linear_operator.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/lac/linear_operator.h b/include/deal.II/lac/linear_operator.h index e2ef656343..c6803d2ae1 100644 --- a/include/deal.II/lac/linear_operator.h +++ b/include/deal.II/lac/linear_operator.h @@ -47,10 +47,10 @@ template , typename Matrix> LinearOperator linear_operator (const Matrix &); -template , - typename Range = Domain> -LinearOperator -null_operator(const LinearOperator &); +template , + typename Domain = Range> +LinearOperator +null_operator(const LinearOperator &); /** -- 2.39.5