Changeset 2279


Ignore:
Timestamp:
08/17/11 11:05:55 (14 years ago)
Author:
Malte Marquarding
Message:

merge in fix from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/asap-3.1.0/src/STMath.cpp

    • Property svn:mergeinfo set to
      /branches/alma/src/STMath.cpp1386-1818
      /branches/asap4casa3.1.0/src/STMath.cpp1935-1936,​1940
      /trunk/src/STMath.cpp2278
    r2186 r2279  
    22722272  while ( !iiter.pastEnd() ) {
    22732273    Table itab = iiter.table();
    2274     TableIterator piter(outtab, "POLNO");
     2274    TableIterator piter(itab, "POLNO");
    22752275    while ( !piter.pastEnd() ) {
    22762276      Table tab = piter.table();
Note: See TracChangeset for help on using the changeset viewer.