Index: trunk/MagicSoft/Mars/macros/spline.C
===================================================================
--- trunk/MagicSoft/Mars/macros/spline.C	(revision 3209)
+++ trunk/MagicSoft/Mars/macros/spline.C	(revision 3210)
@@ -23,7 +23,7 @@
 
 /* User Change */
-Byte_t y[]={0x0F,0x10,0x2F,0x7F,0xAA,0x6C,0x14,0x13,0x15,0x18,0x21,0x12,0x11,0x14,0x13};
+const Byte_t y[]={0x0F,0x10,0x2F,0x7F,0xAA,0x6C,0x14,0x13,0x15,0x18,0x21,0x12,0x11,0x14,0x13};
 /* End user Change */
-Byte_t x[]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E};
+const Byte_t x[]={0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E};
 
 /*This cast is needed only to show graphically the output. Don' t needed if you
