Ignore:
Timestamp:
07/30/19 07:18:02 (6 years ago)
Author:
bdef
Message:

CHG: change the treatment of hVertices to vector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/bamg/BamgOpts.h

    r21864 r24113  
    11/*!\file:  BamgOpts.h
    22 * \brief place holder for optimization function arguments
    3  */ 
     3 */
    44
    55#ifndef _BAMGOPTS_H_
     
    3838                int     hmaxVerticesSize[2];
    3939                double* hmaxVertices;
    40                 int     hVerticesSize[2];
     40                int     hVerticesLength;
    4141                double* hVertices;
    4242                int     metricSize[2];
Note: See TracChangeset for help on using the changeset viewer.