Changeset 14815


Ignore:
Timestamp:
01/31/13 12:36:42 (12 years ago)
Author:
Jens Buss
Message:
whitespace
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/rootmacros/zerosearch.C

    r14803 r14815  
    162162        //cout << "searching from " << reg->begin << " to " << reg->end << endl;
    163163        for (unsigned int pos=reg->begin; pos <= (unsigned int)reg->end; pos++){
    164             if (data[pos] > reg->maxVal){
     164            if (data[pos] > reg->maxVal)
     165            {
    165166                reg->maxVal = data[pos];
    166167                reg->maxPos = pos;
Note: See TracChangeset for help on using the changeset viewer.