Index: trunk/FACT++/src/HeadersFTM.h
===================================================================
--- trunk/FACT++/src/HeadersFTM.h	(revision 15105)
+++ trunk/FACT++/src/HeadersFTM.h	(revision 15106)
@@ -254,6 +254,9 @@
         }
 
-        bool operator==(const StaticData &d) const
-        {
+        bool operator==(StaticData d) const
+        {
+            for (int i=0; i<4; i++)
+                for (int j=0; j<10; j++)
+                    memcpy(d.fBoard[i][j].fDAC, fBoard[i][j].fDAC, sizeof(uint16_t)*5);
             return memcmp(this, &d, sizeof(StaticData))==0;
         }
