Ignore:
Timestamp:
06/21/13 08:41:36 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: preparing quadratic elements for MacAyeal (Still some work to do...). Removed TriaP1Input and renamed TriaInput, which can have multiple interpolations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/PentaP1Input.cpp

    r15130 r15298  
    8686
    8787        /*output*/
    88         TriaP1Input* outinput=NULL;
     88        TriaInput* outinput=NULL;
    8989        IssmDouble newvalues[3];
    9090
     
    100100
    101101        /*Create new Tria input*/
    102         outinput=new TriaP1Input(this->enum_type,&newvalues[0]);
     102        outinput=new TriaInput(this->enum_type,&newvalues[0]);
    103103
    104104        /*Assign output*/
Note: See TracChangeset for help on using the changeset viewer.