Index: /trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc
===================================================================
--- /trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc	(revision 6842)
+++ /trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc	(revision 6843)
@@ -38,5 +38,6 @@
     float zd, az, dec, ra, temp, solar, wind, hum;
     n=sscanf(str.Data(),
-             "%f %f %f %f %f %f %f %f %*f %*f %*s %*s %*s %*s %n",
+             /*"%f %f %f %f %f %f %f %f %*f %*f %*s %*s %*s %*s %n"*/,
+             "%f %f %f %f %f %f %f %f %*f %*f %n",
              &zd, &az, &dec, &ra, &temp, &solar, &wind, &hum, &len);
     if (n!=8)
Index: /trunk/MagicSoft/Cosy/tcpip/Makefile
===================================================================
--- /trunk/MagicSoft/Cosy/tcpip/Makefile	(revision 6842)
+++ /trunk/MagicSoft/Cosy/tcpip/Makefile	(revision 6843)
@@ -20,5 +20,5 @@
 # @endcode 
 
-INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl
+INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl -I../caos
 
 # @code 
