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

rtmramcycle_.F

Go to the documentation of this file.
00001 c rtmramcycle_.F
00002 
00003 c*********************************************************************
00004 c*          (c) Copyright 1994-2002 Brown Deer Technology, LLC.
00005 c*                        All rights reserved.
00006 c*********************************************************************
00007 c*              Created:                Jun 19, 2000
00008 c*              Last Modified:          Aug 19, 2001
00009 c*********************************************************************
00010 
00011         subroutine rtmramcycle(
00012      &     Mmrasize
00013      &     ,mmax
00014      &     ,mrastep
00015      &     ,mcycle
00016      &     )
00017 
00018 c       ****************************************
00019 c       ***** COMMON BLOCKS AND PARAMETERS *****
00020 c       ****************************************
00021 
00022 c       *******************************
00023 c       ***** VARIABLES EXCHANGED *****
00024 c       *******************************
00025 
00026         integer Mmrasize
00027         integer mmax
00028         integer mrastep
00029         integer mcycle
00030 
00031 c       ****************************
00032 c       ***** LOCAL VARIABLES ******
00033 c       ****************************
00034 
00035 c       ******************************
00036 c       ***** EXTERNAL FUNCTIONS *****
00037 c       ******************************
00038 
00039         mcycle=0
00040 
00041         do while (btest(mrastep,mcycle).and.(mcycle.lt.mmax))
00042            mcycle=mcycle+1
00043         enddo
00044 
00045         return
00046         end
00047 c********************************************************

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