IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8771


Ignore:
Timestamp:
Sep 7, 2006, 12:02:47 PM (20 years ago)
Author:
jhoblitt
Message:

remove manual settings of psArray->n = 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadataConfig.c

    r8768 r8771  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-09-07 21:47:31 $
     12*  @version $Revision: 1.79 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-09-07 22:02:47 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    416416
    417417        info->nonUniqueKeyArray = psArrayAlloc(10);
    418         info->nonUniqueKeyArray->n = 0;
    419418
    420419        info->typeArray = psArrayAlloc(10);
    421         info->typeArray->n = 0;
    422420
    423421        info->templateArray = psArrayAlloc(10);
    424         info->templateArray->n = 0;
    425422
    426423        info->metadata = NULL;
     
    11861183    // Allocate array to store parse level information
    11871184    parseLevelInfoArray = psArrayAlloc(10);
    1188     parseLevelInfoArray->n = 0;
    11891185
    11901186    // Set parse level info for the top level
Note: See TracChangeset for help on using the changeset viewer.