aboutsummaryrefslogtreecommitdiff
path: root/src/i_common.h
blob: 66dc56a7a5d45f7ec698f5a4aa651b65edd66fe2 (plain)
1
2
#define i_swap(A,B) double temp = A; A = B; B = temp;