clearer variable name
This commit is contained in:
parent
25dec5f09f
commit
4d58458a90
@ -243,8 +243,8 @@
|
|||||||
* is also precomputed to keep it out of branching way. (Nicolas: I
|
* is also precomputed to keep it out of branching way. (Nicolas: I
|
||||||
* think that this may be the first two branch minmod.)
|
* think that this may be the first two branch minmod.)
|
||||||
*/
|
*/
|
||||||
#define FAST_MINMOD(a,b,ab,abmaa) \
|
#define FAST_MINMOD(a,b,ab,abminusaa) \
|
||||||
( (ab)>=0. ? ( (abmaa)>=0. ? (a) : (b) ) : 0. )
|
( (ab)>=0. ? ( (abminusaa)>=0. ? (a) : (b) ) : 0. )
|
||||||
|
|
||||||
#define VIPS_TYPE_INTERPOLATE_NOHALO \
|
#define VIPS_TYPE_INTERPOLATE_NOHALO \
|
||||||
(vips_interpolate_nohalo_get_type())
|
(vips_interpolate_nohalo_get_type())
|
||||||
|
Loading…
Reference in New Issue
Block a user