SAGA API
v9.6
|
#include "mat_tools.h"
Go to the source code of this file.
Macros | |
#define | SWAP(a, b) { double temp = (a); (a) = (b); (b) = temp; } |
#define | EPSILON 0.001 |
#define EPSILON 0.001 |
Definition at line 72 of file mat_trend.cpp.
#define SWAP | ( | a, | |
b | |||
) | { double temp = (a); (a) = (b); (b) = temp; } |
Definition at line 69 of file mat_trend.cpp.