Changeset 2460 for branches


Ignore:
Timestamp:
04/10/12 10:30:45 (12 years ago)
Author:
KohjiNakamura
Message:

probably this change get average() faster.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hpc33/src/STMath.cpp

    r2458 r2460  
    218218
    219219#if 1
    220       static char const*const colNames1[] = { "BEAMNO", "IFNO", "POLNO" };
    221       uInt const values1[] = { rec.asuInt("BEAMNO"), rec.asuInt("IFNO"), rec.asuInt("POLNO") };
     220      static char const*const colNames1[] = { "IFNO", "BEAMNO", "POLNO" };
     221      uInt const values1[] = { rec.asuInt("IFNO"), rec.asuInt("BEAMNO"), rec.asuInt("POLNO") };
    222222      SingleTypeEqPredicate<uInt, 3> myPred(tin, colNames1, values1);
    223223      CustomTableExprNode myExpr(tin, myPred);
Note: See TracChangeset for help on using the changeset viewer.