Skip to content
Snippets Groups Projects
Commit 3ab2ff42 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Undoing previous changes to SpecialPixel.h

parent b568ac9f
No related branches found
No related tags found
No related merge requests found
......@@ -23,13 +23,10 @@
*/
#include <vector>
#include <cmath>
#include <climits>
#include <cfloat>
#include <QString>
#include <QStringList>
#include "IException.h"
#include "IString.h"
......@@ -79,7 +76,6 @@ namespace Isis {
* @history 2016-04-20 Jeannie Backer - Added Janet Barret's changes
* IVALID_MAX4 definition to handle SignedInteger
* imports.
* @history 2018-07-18 Tyler Wilson - Added 4-byte unsigned NULL.
*
* @todo 2005-02-15 Kris Becker - finish class documentation
*
......@@ -148,12 +144,8 @@ namespace Isis {
const float VALID_MIN4 = (*((const float *) &IVALID_MIN4));
const int INULL4 = 0xFF7FFFFB;
const unsigned int UINULL4 = (unsigned int)INULL4;
const float NULL4 = (*((const float *) &INULL4));
const int ILOW_REPR_SAT4 = 0xFF7FFFFC;
const float LOW_REPR_SAT4 = (*((const float *) &ILOW_REPR_SAT4));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment