- Timestamp:
- 07/19/11 16:28:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp
r9002 r9075 42 42 43 43 /*Transient or static?:*/ 44 if(M==iomodel->numberofvertices){ //{{{144 if(M==iomodel->numberofvertices){ 45 45 /*static: just create Spc objects*/ 46 47 48 /*Initialize counter*/49 46 count=0; 50 47 … … 60 57 count++; 61 58 } 62 63 } //if((my_nodes[i]==1)) 59 } 64 60 } 65 } //}}}66 else{ //{{{161 } 62 else{ 67 63 /*transient: create transient Spct objects. Same logic, except we need to retrieve 68 64 * various times and values to initialize an Spct object: */ 69 70 /*Initialize counter*/71 65 count=0; 72 66 … … 78 72 /*unit conversion: */ 79 73 UnitConversion(times,N,ExtToIuEnum,TimeEnum); 80 81 82 74 83 75 /*Create spcs from x,y,z, as well as the spc values on those spcs: */ … … 100 92 } 101 93 xfree((void**)&values); 102 } //if((my_nodes[i]==1))94 } 103 95 } 104 } //}}}96 } 105 97 106 98 /*Free ressources:*/
Note:
See TracChangeset
for help on using the changeset viewer.