Changeset 8655
- Timestamp:
- 06/17/11 13:02:51 (14 years ago)
- Location:
- issm/trunk/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Container/Results.cpp
r8224 r8655 165 165 166 166 for(i=0;i<this->Size();i++){ 167 168 167 ExternalResult* result=(ExternalResult*)this->GetObjectByOffset(i); 169 168 170 169 /*write result to disk: */ 171 170 result->WriteData(fid,io_gather); 172 173 171 } 174 172 -
issm/trunk/src/c/objects/Elements/Penta.cpp
r8654 r8655 3700 3700 GaussPenta* gauss=NULL; 3701 3701 3702 /* Ice/ocean heat exchange flux on ice shelf base */ 3703 if (!IsOnBed() || !IsOnShelf()) return NULL; 3704 3702 3705 /*Initialize Element vector*/ 3703 3706 ElementVector* pe=new ElementVector(nodes,NUMVERTICES,this->parameters); 3704 3705 /* Ice/ocean heat exchange flux on ice shelf base */3706 if (!IsOnBed() || !IsOnShelf()) return NULL;3707 3707 3708 3708 /*Retrieve all inputs and parameters*/
Note:
See TracChangeset
for help on using the changeset viewer.