diff --git a/ippl/test/FFT/TestFFT.cpp b/ippl/test/FFT/TestFFT.cpp index c0554e3f718b0dd8cba46e57f1b4cefc344870f5..ff1dfc7c8aac67c1738159a409ee772f3b5a1ae5 100644 --- a/ippl/test/FFT/TestFFT.cpp +++ b/ippl/test/FFT/TestFFT.cpp @@ -352,7 +352,7 @@ int main(int argc, char *argv[]) ccfft.setDirectionName(-1, "inverse"); testmsg << nLoop << " x In-place CC transform using all-parallel layout ..." << endl; - for (uint i=0; i comm_mp; /// last N LHS's for extrapolating the new LHS as starting vector - uint nLHS_m; + unsigned int nLHS_m; Teuchos::RCP P_mp; std::deque< TpetraVector_t > OldLHS;