Changeset 11686 for trunk/psLib/src/fits/psFitsTable.c
- Timestamp:
- Feb 7, 2007, 1:52:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.c
r10999 r11686 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 1-09 22:38:52$9 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-02-07 23:52:53 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 420 420 } 421 421 default: 422 psAbort( __func__,"Shouldn't ever get here.");422 psAbort("Shouldn't ever get here."); 423 423 } 424 424 return 0; … … 697 697 } 698 698 default: 699 psAbort( __func__,"Should never get here.\n");699 psAbort("Should never get here.\n"); 700 700 } 701 701 }
Note:
See TracChangeset
for help on using the changeset viewer.
