- Timestamp:
- 12/10/12 15:00:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PlotHelper.cpp
r2689 r2690 20 20 #include "PlotHelper.h" 21 21 22 #define KS_DEBUG22 //#define KS_DEBUG 23 23 24 24 using namespace std ; … … 174 174 centX, centY, incX, incY, 175 175 xform, 176 0.5*Double(nx -1),177 0.5*Double(ny -1)) ; // pixel at grid178 // 0.5*Double(nx ),179 // 0.5*Double(ny )) ; // pixel at center176 0.5*Double(nx), 177 0.5*Double(ny)) ; // pixel at center 178 // 0.5*Double(nx-1), 179 // 0.5*Double(ny-1)) ; // pixel at grid 180 180 #ifdef KS_DEBUG 181 181 {//Debug outputs … … 214 214 // convert pixel to std vector 215 215 pixel.tovector(outvec); 216 #ifdef KS_DEBUG217 cout << "returning vector = [" << outvec[0] << ", " << outvec[1] << "]" << endl;218 #endif219 216 return outvec; 220 217 };
Note:
See TracChangeset
for help on using the changeset viewer.