- Timestamp:
- 01/17/09 19:04:12 (16 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STWeather.cpp
r856 r1481 108 108 void STWeather::getEntry( Float& temperature, Float& pressure, 109 109 Float& humidity, Float& windspeed, Float& windaz, 110 uInt id ) 110 uInt id ) const 111 111 { 112 112 Table t = table_(table_.col("ID") == Int(id) ); -
trunk/src/STWeather.h
r1353 r1481 44 44 casa::Float& humidity, 45 45 casa::Float& windspeed, casa::Float& windaz, 46 casa::uInt id) ;46 casa::uInt id) const; 47 47 48 48 const casa::String& name() const { return name_; }
Note:
See TracChangeset
for help on using the changeset viewer.