Changeset 5532
- Timestamp:
- 08/24/10 08:59:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Node.cpp
r5524 r5532 94 94 if (!iomodel->vertices_type) ISSMERROR("iomodel->vertices_type is NULL"); 95 95 if (iomodel->vertices_type[io_index]==MacAyealApproximationEnum && !iomodel->gridonbed[io_index]){ 96 for(k=1;k<=numdofs;k++){ 97 this->FreezeDof(k); 96 for(k=1;k<=numdofs;k++) this->FreezeDof(k); 97 } 98 if (iomodel->vertices_type[io_index]==MacAyealPattynApproximationEnum && iomodel->gridonmacayeal[io_index]){ 99 if(!iomodel->gridonbed[io_index]){ 100 for(k=1;k<=numdofs;k++) this->FreezeDof(k); 98 101 } 99 102 }
Note:
See TracChangeset
for help on using the changeset viewer.