Mercurial > hg > x
diff hssf.cpp @ 13:de3961f74f30 tip
Add Linux/gcc Makefile; build fix
author | Chris Cannam |
---|---|
date | Mon, 05 Sep 2011 15:22:35 +0100 |
parents | 977f541d6683 |
children |
line wrap: on
line diff
--- a/hssf.cpp Fri Aug 12 18:10:46 2011 +0100 +++ b/hssf.cpp Mon Sep 05 15:22:35 2011 +0100 @@ -77,7 +77,7 @@ */ void TSF::Duplicate(TSF& SF) { - TSF::~TSF(); + this->TSF::~TSF(); memcpy(this, &SF, sizeof(TSF)); lp=F0=avgh=avgb=0, h=b=0; AllocateL(L); memcpy(F0, SF.F0, sizeof(double)*(L+2)*6); AllocateP(); memcpy(lp, SF.lp, sizeof(double)*(P+2));