fixed bugs associated with saving RA and Dec

This commit is contained in:
P.M. Sutter 2012-11-17 13:01:39 -06:00
parent 10dfe29a26
commit 90964d2be3
6 changed files with 23 additions and 25 deletions

View file

@ -41,6 +41,8 @@ namespace CosmoTool
delete[] type;
if (Id)
delete[] Id;
if (uniqueID)
delete[] uniqueID;
}
};