Ignore:
Timestamp:
Jul 23, 2009, 12:32:48 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
f39735
Parents:
307290
Message:

Fix indentation from tabs to two spaces to prepare merging with MultipleMolecules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/datacreator.cpp

    r307290 r560995  
    335335    for(int j=0;j<Fragments.RowCounter[ Fragments.MatrixCounter ];j++) {
    336336      for (int l=0;l<Fragments.ColumnCounter[ Fragments.MatrixCounter ];l++) {
    337         tmp = Fragments.Matrix[Fragments.MatrixCounter][ j ][l];
    338         norm += tmp*tmp;
     337        tmp = Fragments.Matrix[Fragments.MatrixCounter][ j ][l];
     338        norm += tmp*tmp;
    339339      }
    340340    }
Note: See TracChangeset for help on using the changeset viewer.