From: ESeNonFossiIo Date: Tue, 19 Jan 2016 16:01:11 +0000 (+0100) Subject: swap X-Git-Tag: v8.4.0-rc2~78^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2082%2Fhead;p=dealii.git swap --- 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 &); /**