Ignore:
Timestamp:
10/25/10 08:57:04 (15 years ago)
Author:
Mathieu Morlighem
Message:

moved ISSMERROR to _error_, ISSMASSERT to _assert_ and ISSMPRINTF to _printf_

File:
1 edited

Legend:

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

    r5743 r6412  
    4444                /*}}}*/
    4545                /*numerics: {{{1*/
    46                 void GetParameterValue(bool* pvalue){ISSMERROR("not implemented yet");};
    47                 void GetParameterValue(int* pvalue){ISSMERROR("not implemented yet");};
    48                 void GetParameterValue(double* pvalue){ISSMERROR("not implemented yet");};
    49                 void GetParameterValue(double* pvalue,GaussTria* gauss){ISSMERROR("not implemented yet");};
     46                void GetParameterValue(bool* pvalue){_error_("not implemented yet");};
     47                void GetParameterValue(int* pvalue){_error_("not implemented yet");};
     48                void GetParameterValue(double* pvalue){_error_("not implemented yet");};
     49                void GetParameterValue(double* pvalue,GaussTria* gauss){_error_("not implemented yet");};
    5050                void GetParameterValue(double* pvalue,GaussPenta* gauss);
    51                 void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussTria* gauss){ISSMERROR("not implemented yet");};
     51                void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussTria* gauss){_error_("not implemented yet");};
    5252                void GetParameterDerivativeValue(double* derivativevalues, double* xyz_list, GaussPenta* gauss);
    5353                void GetParameterAverage(double* pvalue);
    54                 void GetVxStrainRate2d(double* epsilonvx,double* xyz_list, GaussTria* gauss){ISSMERROR("not implemented yet");};
    55                 void GetVyStrainRate2d(double* epsilonvy,double* xyz_list, GaussTria* gauss){ISSMERROR("not implemented yet");};
     54                void GetVxStrainRate2d(double* epsilonvx,double* xyz_list, GaussTria* gauss){_error_("not implemented yet");};
     55                void GetVyStrainRate2d(double* epsilonvy,double* xyz_list, GaussTria* gauss){_error_("not implemented yet");};
    5656                void GetVxStrainRate3d(double* epsilonvx,double* xyz_list, GaussPenta* gauss);
    5757                void GetVyStrainRate3d(double* epsilonvy,double* xyz_list, GaussPenta* gauss);
     
    6464                void ConstrainMin(double minimum);
    6565                void Scale(double scale_factor);
    66                 void ArtificialNoise(double min,double max){ISSMERROR("not implemented yet");};
     66                void ArtificialNoise(double min,double max){_error_("not implemented yet");};
    6767                void AXPY(Input* xinput,double scalar);
    6868                void Constrain(double cm_min, double cm_max);
Note: See TracChangeset for help on using the changeset viewer.