Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetozanunal@gmail.com committed Jan 10, 2017
1 parent c808185 commit e397ecb
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 159 deletions.
3 changes: 1 addition & 2 deletions simpleDSP_Global.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
#ifndef _SIMPLEDSP_GLOBAL_H
#define _SIMPLEDSP_GLOBAL_H

struct cmpx
struct COMPLEX
{
double real;
double imag;
};
typedef struct cmpx COMPLEX;

#endif /* end simpleDSP_Global.h */
Loading

0 comments on commit e397ecb

Please sign in to comment.