Changeset 6843 for trunk


Ignore:
Timestamp:
03/17/05 11:19:15 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/tcpip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc

    r6841 r6843  
    3838    float zd, az, dec, ra, temp, solar, wind, hum;
    3939    n=sscanf(str.Data(),
    40              "%f %f %f %f %f %f %f %f %*f %*f %*s %*s %*s %*s %n",
     40             /*"%f %f %f %f %f %f %f %f %*f %*f %*s %*s %*s %*s %n"*/,
     41             "%f %f %f %f %f %f %f %f %*f %*f %n",
    4142             &zd, &az, &dec, &ra, &temp, &solar, &wind, &hum, &len);
    4243    if (n!=8)
  • trunk/MagicSoft/Cosy/tcpip/Makefile

    r2517 r6843  
    2020# @endcode
    2121
    22 INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl
     22INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl -I../caos
    2323
    2424# @code
Note: See TracChangeset for help on using the changeset viewer.