Ignore:
Timestamp:
Apr 19, 2013, 8:40:14 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
c8c9f0
Parents:
9e3e0a
Message:

Removed whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/smoother/gsrb_poisson_4.cpp

    r9e3e0a r6f7f90  
    7777{
    7878  const vmg_float prefactor_inv = Helper::pow_2(sol.Extent().MeshWidth().Max()) / 4.0;
    79   const int off = rhs.Global().LocalBegin().Sum() - rhs.Global().GlobalBegin().Sum() +  rhs.Local().HaloSize1().Sum();
     79  const int off = rhs.Global().LocalBegin().Sum() - rhs.Global().GlobalBegin().Sum() + rhs.Local().HaloSize1().Sum();
    8080  const LocalIndices& local = rhs.Local();
    8181  Comm& comm = *MG::GetComm();
Note: See TracChangeset for help on using the changeset viewer.