Changeset 17977
- Timestamp:
- 09/30/14 01:04:46 (10 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Makefile
r17976 r17977 81 81 82 82 LIBNOVA_PATH := `which libnovaconfig` 83 #LIBNOVA_PATH := `/usr/lib64`84 83 85 84 ifeq ($(shell basename "$(LIBNOVA_PATH)X"), libnovaconfigX) -
trunk/Mars/fact/processing/numevents.C
r17976 r17977 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 } 278 279 278 280 279 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.