Changeset 2933
- Timestamp:
- Jan 7, 2005, 2:13:07 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
astro/psCoord.c (modified) (3 diffs)
-
astronomy/psCoord.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r2931 r2933 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-01-0 7 23:52:15$12 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-01-08 00:13:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 458 458 PS_ERRORTEXT_psCoord_UNITS_UNKNOWN, 459 459 unit); 460 psFree(tmp); 461 return(NULL); 460 462 } 461 463 … … 523 525 PS_ERRORTEXT_psCoord_UNITS_UNKNOWN, 524 526 unit); 527 return(NULL); 525 528 } 526 529 -
trunk/psLib/src/astronomy/psCoord.c
r2931 r2933 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-01-0 7 23:52:15$12 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-01-08 00:13:07 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 458 458 PS_ERRORTEXT_psCoord_UNITS_UNKNOWN, 459 459 unit); 460 psFree(tmp); 461 return(NULL); 460 462 } 461 463 … … 523 525 PS_ERRORTEXT_psCoord_UNITS_UNKNOWN, 524 526 unit); 527 return(NULL); 525 528 } 526 529
Note:
See TracChangeset
for help on using the changeset viewer.
