Ignore:
Timestamp:
03/01/09 21:54:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhft/MHexagonFreqSpace.cc

    r8911 r9369  
    169169            int idx1 = (j+n)*(j+n+1)/2 + j;
    170170
    171             (*cam)[idx1].Set(n-j, (n+j-num/2)*fgTan30, 2);
    172             (*cam)[idx1].SetNeighbors(-1, -1, -1, -1, -1, -1);
     171            cam->SetAt(idx1, MGeomPix(n-j, (n+j-num/2)*fgTan30, 2));
     172            (*cam)[idx1].SetNeighbors();
    173173        }
    174174    }
Note: See TracChangeset for help on using the changeset viewer.