Changeset 5074


Ignore:
Timestamp:
08/09/10 11:51:31 (15 years ago)
Author:
seroussi
Message:

added vertices_type

Location:
issm/trunk/src/c/objects
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/objects/Elements/Penta.cpp

    r5058 r5074  
    35063506
    35073507                        //compute ub
    3508                         constant_part=-1.58*pow((double)10.0,-(double)10.0)*rho_ice*gravity*thickness;
     3508                        constant_part=-0*1.58*pow((double)10.0,-(double)10.0)*rho_ice*gravity*thickness;
    35093509                        ub=constant_part*slope[0];
    35103510                        vb=constant_part*slope[1];
  • TabularUnified issm/trunk/src/c/objects/IoModel.cpp

    r5072 r5074  
    3939        xfree((void**)&this->elements);
    4040        xfree((void**)&this->elements_type);
    41         xfree((void**)&this->vertices_type);
    4241        xfree((void**)&this->vertices_type);
    4342        xfree((void**)&this->gridonhutter);
  • TabularUnified issm/trunk/src/c/objects/IoModel.h

    r4983 r5074  
    3232                double* elements;
    3333                double* elements_type;
     34                double* vertices_type;
    3435
    3536                /*3d mesh: */
Note: See TracChangeset for help on using the changeset viewer.