Ignore:
Timestamp:
05/18/10 17:17:18 (15 years ago)
Author:
Eric.Larour
Message:

New GetParameterAverage routine in inputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp

    r3808 r3830  
    168168}
    169169/*}}}*/
     170/*FUNCTION PentaVertexInput::GetParameterAverage(double* pvalue){{{1*/
     171void PentaVertexInput::GetParameterAverage(double* pvalue){
     172        *pvalue=1./6.*(values[0]+values[1]+values[2]+values[3]+values[4]+values[5]);
     173}
     174/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.