SAGA API v9.10
Loading...
Searching...
No Matches
mat_trend.cpp File Reference
#include "mat_tools.h"

Go to the source code of this file.

Macros

#define SWAP(a, b)
#define EPSILON   0.001

Macro Definition Documentation

◆ EPSILON

#define EPSILON   0.001

Definition at line 72 of file mat_trend.cpp.

◆ SWAP

#define SWAP ( a,
b )
Value:
{ double temp = (a); (a) = (b); (b) = temp; }

Definition at line 69 of file mat_trend.cpp.