임준영

change evaluate.h

......@@ -8,6 +8,7 @@ public:
Cevaluate() {};
char *DecodedData; // from the receiver
char *Data; // from the sender
float *At, *Bt, *At_, *Bt_;
void evaluate();
};
#endif
......