PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ SWAP

#define SWAP (   x,
 
)    { double t; t = x; x = y; y = t; }

Definition at line 37 of file rt_statistics.c.