Skip to content

Commit e95897c

Browse files
committed
remove commented out code
1 parent 2ee3de3 commit e95897c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • SEFramework/src/lib/CoordinateSystem

SEFramework/src/lib/CoordinateSystem/WCS.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ ImageCoordinate WCS::worldToImage(WorldCoordinate world_coordinate) const {
255255
int ret_val = wcss2p(&wcs_copy, 1, 1, wc_array, &phi, &theta, ic_array, pc_array, &status);
256256
if (ret_val != WCSERR_SUCCESS) {
257257
logger.warn() << "Bad worldToImage from RA/Dec: " << wc_array[0] << "/" << wc_array[1];
258-
// pc_array[0] = -std::numeric_limits<double>::infinity();
259-
// pc_array[1] = -std::numeric_limits<double>::infinity();
260258
pc_array[0] = -10000000.0;
261259
pc_array[1] = -10000000.0;
262260
}

0 commit comments

Comments
 (0)