- Timestamp:
- 02/03/12 14:55:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/drivectrl.cc
r12837 r12838 1171 1171 1172 1172 const mysqlpp::StoreQueryResult res = 1173 conn.query("SELECT fSourceName, fRightAscension, fDeclination FROM s cheduling.source").store();1173 conn.query("SELECT fSourceName, fRightAscension, fDeclination FROM source").store(); 1174 1174 /* throws exceptions 1175 1175 if (!res) … … 1187 1187 // FIXME: Check double names 1188 1188 fSources[name] = make_pair(ra, dec); 1189 1190 ostringstream msg; 1191 msg << " " << name << ": Ra=" << ra << "h Dec=" << dec << "deg"; 1192 T::Message(msg); 1189 1193 } 1190 1194 }
Note:
See TracChangeset
for help on using the changeset viewer.