55 |
out->minColor=0; |
out->minColor=0; |
56 |
out->maxColor=-1; |
out->maxColor=-1; |
57 |
out->order = order; |
out->order = order; |
58 |
|
out->volume_is_valid=FALSE; |
59 |
|
out->volume=NULL; |
60 |
|
out->DvDV=NULL; |
61 |
|
out->DSDV_is_valid=FALSE; |
62 |
|
out->DSDV=NULL; |
63 |
|
out->DSLinearDV_is_valid=FALSE; |
64 |
|
out->DSLinearDV=NULL; |
65 |
|
out->X_is_valid=FALSE; |
66 |
|
out->X=NULL; |
67 |
|
|
68 |
|
|
69 |
/* allocate the reference element: */ |
/* allocate the reference element: */ |
70 |
|
|
91 |
Finley_RefElement_dealloc(in->ReferenceElement); |
Finley_RefElement_dealloc(in->ReferenceElement); |
92 |
Finley_RefElement_dealloc(in->LinearReferenceElement); |
Finley_RefElement_dealloc(in->LinearReferenceElement); |
93 |
Finley_ElementFile_deallocTable(in); |
Finley_ElementFile_deallocTable(in); |
94 |
|
MEMFREE(in->volume); |
95 |
|
MEMFREE(in->DvDV); |
96 |
|
MEMFREE(in->DSDV); |
97 |
|
MEMFREE(in->DSLinearDV); |
98 |
|
MEMFREE(in->X); |
99 |
MEMFREE(in); |
MEMFREE(in); |
100 |
} |
} |
101 |
} |
} |