IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 6:23:57 PM (19 years ago)
Author:
Paul Price
Message:

Fixes so it compiles. psVector FFTs don't work yet --- need to fix N/2 problem, in the same manner as psImage FFTs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.c

    r11703 r11704  
    77/// @author Eugene Magnier, IfA
    88///
    9 /// @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2007-02-08 04:17:58 $
     9/// @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2007-02-08 04:23:57 $
    1111///
    1212/// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    231231        SPATIAL_CONVOLVE_CASE(F64);
    232232      default:
    233         psAbort(PS_FILE_LINE, "Should never get here: bad type that was asserted on previously.");
     233        psAbort("Should never get here: bad type that was asserted on previously.");
    234234    }
    235235
Note: See TracChangeset for help on using the changeset viewer.