IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 5:28:13 PM (20 years ago)
Author:
drobbin
Message:

removed error check for NULL vector in MetaItemCopy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psVector.c

    r8232 r8374  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-08-08 23:32:23 $
     11*  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-08-16 03:28:13 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    329329                    typeStr);
    330330            psFree(output);
    331 
     331            output = NULL;
    332332            break;
    333333        }
Note: See TracChangeset for help on using the changeset viewer.