Changeset 5779
- Timestamp:
- 09/13/10 15:14:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/DofIndexing.cpp ΒΆ
r5777 r5779 231 231 this->f_set=(bool*)xmalloc(this->gsize*sizeof(bool)); 232 232 this->s_set=(bool*)xmalloc(this->gsize*sizeof(bool)); 233 this->svalues=(double*)xmalloc(this-> ssize*sizeof(double));233 this->svalues=(double*)xmalloc(this->gsize*sizeof(double)); 234 234 if(flagdoftype)this->doftype=(int*)xmalloc(this->gsize*sizeof(int)); 235 235 else this->doftype=NULL;
Note:
See TracChangeset
for help on using the changeset viewer.