From b2e6565c4f94134948cb2d38c27b8c062191ce4a Mon Sep 17 00:00:00 2001 From: John Glover Date: Sat, 30 Jun 2012 19:04:02 +0100 Subject: [sms] Add C++ implementation of SMSPeakDetection. --- src/sms/sms.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sms') diff --git a/src/sms/sms.h b/src/sms/sms.h index 0613ab3..4e6e5c1 100644 --- a/src/sms/sms.h +++ b/src/sms/sms.h @@ -132,7 +132,7 @@ typedef struct } SMS_Peak; /* a collection of spectral peaks */ -typedef struct +typedef struct SMSSpectralPeaks { SMS_Peak *pSpectralPeaks; int nPeaks; @@ -228,7 +228,7 @@ typedef struct * and peak detection/continuation process can be re-computed with more accuracy. * */ -typedef struct +typedef struct SMSAnalysisParams { int iDebugMode; /*!< debug codes enumerated by SMS_DBG \see SMS_DBG */ int iFormat; /*!< analysis format code defined by SMS_Format \see SMS_Format */ -- cgit v1.2.3