IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4985


Ignore:
Timestamp:
Sep 9, 2005, 2:16:59 PM (21 years ago)
Author:
drobbin
Message:

Made changes to psImage struct. and psMetadata output per bug505

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.h

    r4944 r4985  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-09-02 21:32:06 $
     13 *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-09-10 00:16:58 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7171        psC32** C32;                   ///< Single-precision complex data.
    7272        psC64** C64;                   ///< Double-precision complex data.
    73         psPtr** PTR;                   ///< Void pointers.
     73        //        psPtr** PTR;                   ///< Void pointers.
    7474        psPtr*  V;                     ///< Pointer to data.
    7575    } data;                            ///< Union for data types.
  • trunk/psLib/src/types/psMetadata.c

    r4953 r4985  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-09-07 02:36:05 $
     14 *  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-09-10 00:16:59 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    357357
    358358            // Generate warning that item has been replaced
    359             psLogMsg(__func__,PS_LOG_WARN,"Metadata item %s has been replaced",
    360                      existingEntry->name);
     359            //            psLogMsg(__func__,PS_LOG_WARN,"Metadata item %s has been replaced",
     360            //                     existingEntry->name);
    361361        } else {
    362362            // default is to error on duplicate entry.
Note: See TracChangeset for help on using the changeset viewer.