/[MITgcm]/MITgcm/model/inc/FFT_DXML_SUPPORT.h
ViewVC logotype

Contents of /MITgcm/model/inc/FFT_DXML_SUPPORT.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Nov 8 17:49:33 1998 UTC (25 years, 10 months ago) by cnh
Branch: MAIN
CVS Tags: branch-atmos-merge-phase6, checkpoint19, checkpoint24, checkpoint26, branch-atmos-merge-start, checkpoint27, checkpoint18, checkpoint33, checkpoint32, checkpoint31, checkpoint30, checkpoint34, branch-atmos-merge-shapiro, checkpoint28, checkpoint29, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, checkpoint23, branch-atmos-merge-phase1, checkpoint25, branch-atmos-merge-phase3, branch-atmos-merge-phase2, checkpoint20, checkpoint21, checkpoint22
Branch point for: branch-atmos-merge
File MIME type: text/plain
Header file for Digital DXML FFT library

1 C $Header: $
2
3 #include "CPP_OPTIONS.h"
4
5 C /==========================================================\
6 C | o FFT_DXML_SUPPORT.h |
7 C | DXML library secific FFT supporting data structures |
8 C |==========================================================|
9 C | DXML is Digital/Compaq's scientific subroutine library. |
10 C | This header file requires the DXMLDEF.FOR header that is |
11 C | part of that library. |
12 C \==========================================================/
13 #ifdef INCLUDE_DXML_FFT
14
15 C Standard data structures for Digital/Compaq's DXML scientfic library
16 #include "DXMLDEF.FOR"
17
18 C Data structures used in application.
19 COMMON / DXML_FFT_SUPPORT / dxml_dfft_struct
20 RECORD /dxml_d_fft_structure/ dxml_dfft_struct( nSx*nSy )
21
22 #endif /* INCLUDE_DXML_FFT */

  ViewVC Help
Powered by ViewVC 1.1.22