Changeset 17976
- Timestamp:
- 09/30/14 00:44:15 (10 years ago)
- Location:
- trunk/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Makefile
r17954 r17976 81 81 82 82 LIBNOVA_PATH := `which libnovaconfig` 83 #LIBNOVA_PATH := `/usr/lib64` 83 84 84 85 ifeq ($(shell basename "$(LIBNOVA_PATH)X"), libnovaconfigX) -
trunk/Mars/fact/processing/numevents.C
r17386 r17976 269 269 cout << "where: " << where << endl; 270 270 271 if (!serv.InsertUpdate(table, vars, where))272 {273 cout << "ERROR - insert/update to DB failed (vars:" << vars << " where: " << where << ")." << endl;274 return 2;275 271 //if (!serv.InsertUpdate(table, vars, where)) 272 //{ 273 // cout << "ERROR - insert/update to DB failed (vars:" << vars << " where: " << where << ")." << endl; 274 // return 2; 275 //} 276 276 277 277 } -
trunk/Mars/mcore/PixelMap.h
r17009 r17976 271 271 #ifdef __EXCEPTIONS 272 272 if (l!=416) 273 throw std::runtime_error("Number of lines ("+std::to_string(l)+") read from "+fname+" does not match 416.");273 throw std::runtime_error("Number of lines ("+std::to_string(static_cast<long long>(l))+") read from "+fname+" does not match 416."); 274 274 275 275 if (size()!=416)
Note:
See TracChangeset
for help on using the changeset viewer.