| 1 | C $Header$ | C $Header$ | 
| 2 |  | C $Name$ | 
| 3 | C | C | 
| 4 | C     /==========================================================\ | CBOP | 
| 5 | C     | RECIP_DXV_MACROS.h                                       | | C    !ROUTINE: RECIP_DXV_MACROS.h | 
| 6 | C     |==========================================================| | C    !INTERFACE: | 
| 7 | C     | These macros are used to reduce memory requirement and/or| | C    include RECIP_DXV_MACROS.h | 
| 8 | C     | memory references when variables are fixed along a given | | C    !DESCRIPTION: \bv | 
| 9 | C     | axis or axes.                                            | | C     *==========================================================* | 
| 10 | C     \==========================================================/ | C     | RECIP_DXV_MACROS.h | 
| 11 |  | C     *==========================================================* | 
| 12 |  | C     | These macros are used to reduce memory requirement and/or | 
| 13 |  | C     | memory references when variables are fixed along a given | 
| 14 |  | C     | axis or axes. | 
| 15 |  | C     *==========================================================* | 
| 16 |  | C     \ev | 
| 17 |  | CEOP | 
| 18 |  |  | 
| 19 | #ifdef RECIP_DXV_CONST | #ifdef RECIP_DXV_CONST | 
| 20 | #define  _recip_dxV(i,j,bi,bj) recip_dxV(1,1,1,1) | #define  _recip_dxV(i,j,bi,bj) recip_dxV(1,1,1,1) |