Ignore:
Timestamp:
05/29/16 15:10:24 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: renaming Bafl flow law -> Earl (empirical Anasotropic Rheology Law)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matearl.h

    r20656 r20663  
    1 /*!\file Matbafl.h
     1/*!\file Matearl.h
    22 * \brief: header file for matice object
    33 */
    44
    5 #ifndef MATBAFL_H_
    6 #define MATBAFL_H_
     5#ifndef MATEARL_H_
     6#define MATEARL_H_
    77
    88/*Headers:*/
     
    2222/*}}}*/
    2323
    24 class Matbafl: public Material{
     24class Matearl: public Material{
    2525
    2626        private:
     
    3030
    3131        public:
    32                 /*Matbafl constructors, destructors: {{{*/
    33                 Matbafl();
    34                 Matbafl(int mid,int i, IoModel* iomodel);
    35                 ~Matbafl();
     32                /*Matearl constructors, destructors: {{{*/
     33                Matearl();
     34                Matearl(int mid,int i, IoModel* iomodel);
     35                ~Matearl();
    3636                /*}}}*/
    3737                /*Object virtual functions definitions:{{{ */
     
    8585};
    8686
    87 #endif  /* _MATBAFL_H_ */
     87#endif  /* _MATEARL_H_ */
Note: See TracChangeset for help on using the changeset viewer.