From 9f4d98fdcd3cd965055ecfaaab934b6fd35eba14 Mon Sep 17 00:00:00 2001 From: Francois Gygi Date: Sat, 2 May 2020 13:09:36 -0700 Subject: [PATCH] Remove tabs in ExchangeOperator.C --- src/ExchangeOperator.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ExchangeOperator.C b/src/ExchangeOperator.C index 1b683df..901a2af 100644 --- a/src/ExchangeOperator.C +++ b/src/ExchangeOperator.C @@ -293,7 +293,7 @@ void ExchangeOperator::apply_VXC_(double mix, Wavefunction& wf_ref, DoubleMatrix cref_proxy(wf_ref.sd(ispin,ikp)->c()); DoubleMatrix dcref_proxy(dwf_ref.sd(ispin,ikp)->c()); - int nb = c_proxy.nb(); + int nb = c_proxy.nb(); DoubleMatrix matproj1(ctxt,nst,nst,nb,nb); DoubleMatrix matproj2(ctxt,nst,nst,nb,nb); DoubleMatrix matenergy(ctxt,nst,nst,nb,nb); @@ -325,8 +325,8 @@ void ExchangeOperator::apply_VXC_(double mix, Wavefunction& wf_ref, ComplexMatrix &dc(dwf.sd(ispin,ikp)->c()); ComplexMatrix &cref(wf_ref.sd(ispin,ikp)->c()); ComplexMatrix &dcref(dwf_ref.sd(ispin,ikp)->c()); - - int nb = c.nb(); + + int nb = c.nb(); ComplexMatrix matproj1(ctxt,nst,nst,nb,nb); ComplexMatrix matproj2(ctxt,nst,nst,nb,nb); ComplexMatrix matenergy(ctxt,nst,nst,nb,nb); -- libgit2 0.26.0