diff options
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index 86d9398..93e8822 100644 --- a/src/types.h +++ b/src/types.h @@ -44,6 +44,7 @@ extern double xcorrsrc; extern double xcorrref; extern bool donew; +extern bool domono; typedef Eigen::Matrix<double,2,1,Eigen::DontAlign> UVector2d; // A struct for storing measurements. |