Ignore:
Timestamp:
10/07/11 08:25:24 (13 years ago)
Author:
Mathieu Morlighem
Message:

Changed GetParameterValue to GetInputValue because it is actually a method of inputs not parameters which is confusing

File:
1 edited

Legend:

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

    r9320 r10135  
    463463}
    464464/*}}}*/
    465 /*FUNCTION TriaRef::GetParameterDerivativeValue{{{1*/
    466 void TriaRef::GetParameterDerivativeValue(double* p, double* plist,double* xyz_list, GaussTria* gauss){
     465/*FUNCTION TriaRef::GetInputDerivativeValue{{{1*/
     466void TriaRef::GetInputDerivativeValue(double* p, double* plist,double* xyz_list, GaussTria* gauss){
    467467
    468468        /*From node values of parameter p (plist[0],plist[1],plist[2]), return parameter derivative value at gaussian
     
    486486}
    487487/*}}}*/
    488 /*FUNCTION TriaRef::GetParameterValue{{{1*/
    489 void TriaRef::GetParameterValue(double* p, double* plist, GaussTria* gauss){
     488/*FUNCTION TriaRef::GetInputValue{{{1*/
     489void TriaRef::GetInputValue(double* p, double* plist, GaussTria* gauss){
    490490
    491491        /*From node values of parameter p (plist[0],plist[1],plist[2]), return parameter value at gaussian
Note: See TracChangeset for help on using the changeset viewer.