임준영

change evaluate.h

#ifndef __EVALUATE
#define __EVALUATE
#include <cmath>
#include "variables.h"
......@@ -8,7 +7,8 @@ public:
Cevaluate() {};
char *DecodedData; // from the receiver
char *Data; // from the sender
float *At, *Bt, *At_, *Bt_;
void evaluate();
float *At, *Bt, *At_, *Bt_;
};
#endif
......