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/BeamVertexInput.cpp

    r4248 r4546  
    200200void BeamVertexInput::GetParameterValue(double* pvalue,double* gauss,double defaultvalue){ISSMERROR(" not supported yet!");}
    201201/*}}}*/
    202 /*FUNCTION BeamVertexInput::GetParameterValues(double* values,double* gauss_pointers, int numgauss){{{1*/
     202/*FUNCTION BeamVertexInput::GetParameterValues{{{1*/
    203203void BeamVertexInput::GetParameterValues(double* values,double* gauss_pointers, int numgauss){
    204204        /*It is assumed that output has been correctly allocated*/
     
    216216}
    217217/*}}}*/
    218 /*FUNCTION BeamVertexInput::GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, double* gauss){{{1*/
     218/*FUNCTION BeamVertexInput::GetParameterDerivativeValue{{{1*/
    219219void BeamVertexInput::GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, double* gauss){ISSMERROR(" not supported yet!");}
    220220/*}}}*/
    221 /*FUNCTION BeamVertexInput::ChangeEnum(int newenumtype){{{1*/
     221/*FUNCTION BeamVertexInput::ChangeEnum{{{1*/
    222222void BeamVertexInput::ChangeEnum(int newenumtype){
    223223        this->enum_type=newenumtype;
    224224}
    225225/*}}}*/
    226 /*FUNCTION BeamVertexInput::GetParameterAverage(double* pvalue){{{1*/
     226/*FUNCTION BeamVertexInput::GetParameterAverage{{{1*/
    227227void BeamVertexInput::GetParameterAverage(double* pvalue){
    228228        *pvalue=1./2.*(values[0]+values[1]);
    229229}
    230230/*}}}*/
    231 /*FUNCTION BeamVertexInput::SquareMin(double* psquaremin, bool process_units){{{1*/
     231/*FUNCTION BeamVertexInput::SquareMin{{{1*/
    232232void BeamVertexInput::SquareMin(double* psquaremin, bool process_units,Parameters* parameters){
    233233
     
    252252}
    253253/*}}}*/
    254 /*FUNCTION BeamVertexInput::Scale(double scale_factor){{{1*/
     254/*FUNCTION BeamVertexInput::Scale{{{1*/
    255255void BeamVertexInput::Scale(double scale_factor){
    256256
     
    261261}
    262262/*}}}*/
    263 /*FUNCTION BeamVertexInput::AXPY(Input* xinput,double scalar);{{{1*/
     263/*FUNCTION BeamVertexInput::AXPY{{{1*/
    264264void BeamVertexInput::AXPY(Input* xinput,double scalar){
    265265
     
    284284}
    285285/*}}}*/
    286 /*FUNCTION BeamVertexInput::Constrain(double cm_min, double cm_max){{{1*/
     286/*FUNCTION BeamVertexInput::Constrain{{{1*/
    287287void BeamVertexInput::Constrain(double cm_min, double cm_max){
    288288
     
    295295}
    296296/*}}}*/
    297 /*FUNCTION BeamVertexInput::GetVectorFromInputs(Vec vector,int* doflist){{{1*/
     297/*FUNCTION BeamVertexInput::GetVectorFromInputs{{{1*/
    298298void BeamVertexInput::GetVectorFromInputs(Vec vector,int* doflist){
    299299
     
    304304}
    305305/*}}}*/
    306 /*FUNCTION BeamVertexInput::GetValuesPtr(double* pvalues,int* pnum_values);{{{1*/
     306/*FUNCTION BeamVertexInput::GetValuesPtr{{{1*/
    307307void BeamVertexInput::GetValuesPtr(double** pvalues,int* pnum_values){
    308308
Note: See TracChangeset for help on using the changeset viewer.