summaryrefslogtreecommitdiffstats
path: root/tksao/fitsy++/map.C
diff options
context:
space:
mode:
Diffstat (limited to 'tksao/fitsy++/map.C')
-rw-r--r--tksao/fitsy++/map.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/tksao/fitsy++/map.C b/tksao/fitsy++/map.C
index 355e09b..4984baa 100644
--- a/tksao/fitsy++/map.C
+++ b/tksao/fitsy++/map.C
@@ -216,7 +216,7 @@ void FitsFitsMap::processRelax()
// else, check for bin table with keyword PIXTYPE = 'HEALPIX '
if (head_->isBinTable() && head_->find("PIXTYPE") &&
- (!strncmp(head_->getStringCopy("PIXTYPE"),"HEALPIX",4))) {
+ (!strncmp(head_->getString("PIXTYPE"),"HEALPIX",4))) {
found(here);
return;
}