Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3 by cnh, Fri Sep 21 15:13:31 2001 UTC | revision 1.4 by heimbach, Wed Jun 7 01:55:12 2006 UTC | |
|---|---|---|
| # | Line 32 CEOP | Line 32 CEOP |
| 32 | #define _recip_hFacW(i,j,k,bi,bj) recip_hFacW(i,j,1,bi,bj) | #define _recip_hFacW(i,j,k,bi,bj) recip_hFacW(i,j,1,bi,bj) |
| 33 | #endif | #endif |
| 34 | ||
| 35 | #ifdef ALLOW_DEPTH_CONTROL | |
| 36 | # define _recip_hFacW(i,j,k,bi,bj) recip_hFacW(i,j,k,bi,bj)*maskW(i,j,k,bi,bj) | |
| 37 | #endif | |
| 38 | ||
| 39 | #ifndef _recip_hFacW | #ifndef _recip_hFacW |
| 40 | #define _recip_hFacW(i,j,k,bi,bj) recip_hFacW(i,j,k,bi,bj) | #define _recip_hFacW(i,j,k,bi,bj) recip_hFacW(i,j,k,bi,bj) |
| 41 | #endif | #endif |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |