Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleepwalking committed Jul 30, 2014
1 parent 4558005 commit b2efb3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Structure/_Sinusoid.rc
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ RTMethod(static void, CSVP_Sinusoid, _FromSpectrum, _DataFrame* Dest,
_T1 Center;
_T1 LBound, HBound;
int LInt, HInt;
RCall(_DataFrame, Resize)(Dest, This -> Size);
for(i = 0; i < This -> Size; i ++)
{
Center = (i + 1) * F0;
Expand Down

0 comments on commit b2efb3f

Please sign in to comment.