Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISIS3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
ISIS3
Commits
3ab2ff42
Commit
3ab2ff42
authored
7 years ago
by
Tyler Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Undoing previous changes to SpecialPixel.h
parent
b568ac9f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
isis/src/base/objs/SpecialPixel/SpecialPixel.h
+0
-8
0 additions, 8 deletions
isis/src/base/objs/SpecialPixel/SpecialPixel.h
with
0 additions
and
8 deletions
isis/src/base/objs/SpecialPixel/SpecialPixel.h
+
0
−
8
View file @
3ab2ff42
...
...
@@ -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
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment