임준영

change evaluate.h

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