- Timestamp:
- Jun 12, 2015, 5:14:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r6896 r6897 371 371 // non-satellite specific parameters 372 372 if (key.contains("VTEC", Qt::CaseSensitive)) { 373 in >> vtec.UpdateInterval >> vtec.NumLayers; 373 double ui; 374 in >> ui >> vtec.NumLayers; 375 vtec.UpdateInterval = (unsigned int) determineUpdateInd(ui); 374 376 for (unsigned ll = 0; ll < vtec.NumLayers; ll++) { 375 377 int dummy;
Note:
See TracChangeset
for help on using the changeset viewer.