Changeset 4562
- Timestamp:
- 07/13/10 14:43:14 (15 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r4548 r4562 2782 2782 name==RheologyBEnum || 2783 2783 name==RheologyNEnum || 2784 name==GradientEnum || 2785 name==OldGradientEnum || 2784 2786 name==FitEnum 2785 2787 ) { -
issm/trunk/src/c/objects/Elements/Tria.cpp
r4550 r4562 1 /*!\file Tria.c 1 /*!\file Tria.cpp 2 2 * \brief: implementation of the Tria object 3 3 */ … … 3042 3042 /*COMPUT alpha2_list (TO BE DELETED)*/ 3043 3043 for(i=0;i<numvertices;i++){ 3044 friction->GetAlpha2(&alpha2_list[i],&gauss[i][0],VxEnum,VyEnum,VzEnum); // TO UNCOMMENT3044 friction->GetAlpha2(&alpha2_list[i],&gauss[i][0],VxEnum,VyEnum,VzEnum); 3045 3045 } 3046 3046 … … 5921 5921 name==RheologyBEnum || 5922 5922 name==RheologyNEnum || 5923 name==GradientEnum || 5924 name==OldGradientEnum || 5923 5925 name==FitEnum 5924 5926 ){
Note:
See TracChangeset
for help on using the changeset viewer.