Skip to content
Snippets Groups Projects
Commit d0657c59 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Small fix to Fourier transform and to finding of grid points on surface

parent a0cea694
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ void FindContourSurface::compute( const unsigned& current, MultiValue& myvals )
// Check if the minimum is bracketed
if( val1*val2<0 ){
ingrid->getGridPointCoordinates( shiftn, point ); findContour( direction, point );
minp=point[dir_n]; nfound++;
minp=point[dir_n]; nfound++; break;
}
......
......@@ -165,7 +165,7 @@ fourier_params(2)
// Create a grid on which to store the fourier transform of the input grid
createGrid( "grid", vstring );
if( ingrid->noDerivatives() ) mygrid->setNoDerivatives();
finishGridSetup();
setAveragingAction( mygrid, false );
checkRead();
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment