Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

artmrawavcoef1_.F

Go to the documentation of this file.
00001 c artmrawavcoef1_.F
00002 c*********************************************************************
00003 c*          (c) Copyright 1994-2002 Brown Deer Technology, LLC.
00004 c*                        All rights reserved.
00005 c*********************************************************************
00006 
00007         subroutine artmrawavcoef1(
00008      &     Asize,Msize
00009      &     ,amax,mmax
00010      &     ,mrastep,mracoef
00011      &     ,a,m,wavcoef
00012      &     )
00013 
00014         implicit none
00015 
00016 c       ****************************************
00017 c       ***** COMMON BLOCKS AND PARAMETERS *****
00018 c       ****************************************
00019 
00020 c       *******************************
00021 c       ***** VARIABLES EXCHANGED *****
00022 c       *******************************
00023 
00024         integer Asize
00025         integer Msize
00026         integer amax
00027         integer mmax
00028         integer mrastep
00029         real mracoef(0:1,0:Msize-1,0:Asize-1)
00030         integer a
00031         integer m
00032         real wavcoef
00033 
00034 c       ****************************
00035 c       ***** LOCAL VARIABLES ******
00036 c       ****************************
00037 
00038 c       ******************************
00039 c       ***** EXTERNAL FUNCTIONS *****
00040 c       ******************************
00041 
00042 c       if ((a.ge.0).and.(a.le.amax).and.(m.ge.0).and.(m.le.mmax)) then
00043            wavcoef=mracoef(1,m,a)
00044 c       else
00045 c          wavcoef=1.0/0.0
00046 c       endif
00047 
00048         return
00049         end
00050 c********************************************************

Generated on Mon May 31 21:38:43 2004 for SR2k4 Assembler by doxygen 1.3.6