Ignore:
Timestamp:
07/13/10 08:46:04 (15 years ago)
Author:
Mathieu Morlighem
Message:

cosmetics (fold names)

File:
1 edited

Legend:

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

    r4248 r4546  
    191191void SingVertexInput::GetParameterValue(double* pvalue,double* gauss,double defaultvalue){ISSMERROR(" not supported yet!");}
    192192/*}}}*/
    193 /*FUNCTION SingVertexInput::GetParameterValues(double* values,double* gauss_pointers, int numgauss){{{1*/
     193/*FUNCTION SingVertexInput::GetParameterValues{{{1*/
    194194void SingVertexInput::GetParameterValues(double* values,double* gauss_pointers, int numgauss){ISSMERROR(" not supported yet!");}
    195195/*}}}*/
    196 /*FUNCTION SingVertexInput::GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, double* gauss){{{1*/
     196/*FUNCTION SingVertexInput::GetParameterDerivativeValue{{{1*/
    197197void SingVertexInput::GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, double* gauss){ISSMERROR(" not supported yet!");}
    198198/*}}}*/
    199 /*FUNCTION SingVertexInput::ChangeEnum(int newenumtype){{{1*/
     199/*FUNCTION SingVertexInput::ChangeEnum{{{1*/
    200200void SingVertexInput::ChangeEnum(int newenumtype){
    201201        this->enum_type=newenumtype;
    202202}
    203203/*}}}*/
    204 /*FUNCTION SingVertexInput::GetParameterAverage(double* pvalue){{{1*/
     204/*FUNCTION SingVertexInput::GetParameterAverage{{{1*/
    205205void SingVertexInput::GetParameterAverage(double* pvalue){
    206206        *pvalue=value;
    207207}
    208208/*}}}*/
    209 /*FUNCTION SingVertexInput::SquareMin(double* psquaremin, bool process_units){{{1*/
     209/*FUNCTION SingVertexInput::SquareMin{{{1*/
    210210void SingVertexInput::SquareMin(double* psquaremin, bool process_units,Parameters* parameters){
    211211
     
    226226}
    227227/*}}}*/
    228 /*FUNCTION SingVertexInput::Scale(double scale_factor){{{1*/
     228/*FUNCTION SingVertexInput::Scale{{{1*/
    229229void SingVertexInput::Scale(double scale_factor){
    230230        value=value*scale_factor;
    231231}
    232232/*}}}*/
    233 /*FUNCTION SingVertexInput::AXPY(Input* xinput,double scalar);{{{1*/
     233/*FUNCTION SingVertexInput::AXPY{{{1*/
    234234void SingVertexInput::AXPY(Input* xinput,double scalar){
    235235
     
    252252}
    253253/*}}}*/
    254 /*FUNCTION SingVertexInput::Constrain(double cm_min, double cm_max){{{1*/
     254/*FUNCTION SingVertexInput::Constrain{{{1*/
    255255void SingVertexInput::Constrain(double cm_min, double cm_max){
    256256
     
    260260}
    261261/*}}}*/
    262 /*FUNCTION SingVertexInput::GetVectorFromInputs(Vec vector,int* doflist){{{1*/
     262/*FUNCTION SingVertexInput::GetVectorFromInputs{{{1*/
    263263void SingVertexInput::GetVectorFromInputs(Vec vector,int* doflist){
    264264
     
    269269}
    270270/*}}}*/
    271 /*FUNCTION SingVertexInput::GetValuesPtr(double** pvalues,int* pnum_values);{{{1*/
     271/*FUNCTION SingVertexInput::GetValuesPtr{{{1*/
    272272void SingVertexInput::GetValuesPtr(double** pvalues,int* pnum_values){
    273273
Note: See TracChangeset for help on using the changeset viewer.