Ignore:
Timestamp:
03/14/12 14:15:28 (13 years ago)
Author:
cborstad
Message:

merged trunk-jpl through revision 11707 into branches/trunk-jpl-damage

Location:
issm/branches/trunk-jpl-damage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage

  • issm/branches/trunk-jpl-damage/src/c/objects/Inputs/TransientInput.h

    r10135 r11708  
    8484                void Extrude(void){_error_("not supported yet");}
    8585                void VerticallyIntegrate(Input* thickness_forcing){_error_("not supported yet");};
    86                 void GetVectorFromInputs(Vec vector,int* doflist);
     86                void GetVectorFromInputs(Vector* vector,int* doflist);
    8787                void GetValuesPtr(double** pvalues,int* pnum_values){_error_("not supported yet");};
    8888      void GetTimeValues(double* values,double time){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.