Changeset 6843 for trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc
- Timestamp:
- 03/17/05 11:19:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tcpip/MCeCoCom.cc
r6841 r6843 38 38 float zd, az, dec, ra, temp, solar, wind, hum; 39 39 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", 41 42 &zd, &az, &dec, &ra, &temp, &solar, &wind, &hum, &len); 42 43 if (n!=8)
Note:
See TracChangeset
for help on using the changeset viewer.