Changeset e271f0


Ignore:
Timestamp:
May 11, 2012, 2:07:35 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
952298
Parents:
fcf7f6
Message:

vmg: Minor bugfix.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1813 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm.cpp

    rfcf7f6 re271f0  
    7575                                                              j + stencil_iter->Disp().Y(),
    7676                                                              k + stencil_iter->Disp().Z());
    77         norm = val*val;
     77        norm += val*val;
    7878      }
    79        
     79
    8080  norm = GlobalSum(norm);
    8181  norm = std::sqrt(sol.Extent().MeshWidth().Product() * norm);
Note: See TracChangeset for help on using the changeset viewer.