Changeset 2460 for branches/hpc33/src
- Timestamp:
- 04/10/12 10:30:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hpc33/src/STMath.cpp
r2458 r2460 218 218 219 219 #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") }; 222 222 SingleTypeEqPredicate<uInt, 3> myPred(tin, colNames1, values1); 223 223 CustomTableExprNode myExpr(tin, myPred);
Note:
See TracChangeset
for help on using the changeset viewer.