Changes in palm/trunk/SOURCE/fft_xy.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/fft_xy.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: fft_xy.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.4 2006/03/28 12:27:09 raasch 12 14 ! Stop when system-specific fft is selected on NEC. For unknown reasons this 13 15 ! causes a program abort during first allocation in init_grid. 14 !15 ! Revision 1.3 2006/02/23 12:22:41 raasch16 ! System specfic routines are not allowed to be used on ibmy17 16 ! 18 17 ! Revision 1.2 2004/04/30 11:44:27 raasch … … 25 24 ! decalpha), 26 25 ! non vectorized FFT for nec included 27 !28 ! Revision 1.1 2004/04/30 11:37:14 raasch29 ! Initial revision30 !31 ! Revision 1.6 2003/08/01 08:15:09 raasch32 ! No abort in fft_1dd_init on t3e-systems if system specific routines are used33 !34 ! Revision 1.5 2003/04/16 12:51:47 raasch35 ! Temperton-fft implemented in routines fft_x_1dd and fft_y_1dd36 !37 ! Revision 1.4 2003/03/16 09:37:26 raasch38 ! Two underscores (_) are placed in front of all define-strings39 !40 ! Revision 1.3 2003/03/12 16:29:39 raasch41 ! Routines fft_x_1dd_m and fft_y_1dd_m added (suitable for multiple 1d-fft on42 ! vector processors)43 !44 ! Revision 1.2 2002/12/19 14:49:18 raasch45 ! STOP statement replaced by call of subroutine local_stop46 26 ! 47 27 ! Revision 1.1 2002/06/11 13:00:49 raasch
Note: See TracChangeset
for help on using the changeset viewer.