IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1398


Ignore:
Timestamp:
Aug 5, 2004, 1:39:23 PM (22 years ago)
Author:
harman
Message:

Minor corrections from testing

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadata.c

    r1396 r1398  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-05 21:06:22 $
     13*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-05 23:39:23 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    135135
    136136    if(name == NULL) {
    137         psError( __func__, "Null value for string not allowed" );
     137        psError( __func__, "Null value for name not allowed" );
    138138        return NULL;
    139139    }
  • trunk/psLib/src/collections/psMetadata.c

    r1396 r1398  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-05 21:06:22 $
     13*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-05 23:39:23 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    135135
    136136    if(name == NULL) {
    137         psError( __func__, "Null value for string not allowed" );
     137        psError( __func__, "Null value for name not allowed" );
    138138        return NULL;
    139139    }
  • trunk/psLib/src/types/psMetadata.c

    r1396 r1398  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-05 21:06:22 $
     13*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-05 23:39:23 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    135135
    136136    if(name == NULL) {
    137         psError( __func__, "Null value for string not allowed" );
     137        psError( __func__, "Null value for name not allowed" );
    138138        return NULL;
    139139    }
Note: See TracChangeset for help on using the changeset viewer.