Changeset 3755
- Timestamp:
- 05/17/10 07:52:46 (15 years ago)
- Location:
- issm/trunk/src/mex
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp
r3332 r3755 82 82 } 83 83 84 #ifdef _ISSM_DEBUG_84 /* 85 85 for(i=0;i<numcontours;i++){ 86 86 printf("\nContour echo: contour number %i / %i\n",i+1,numcontours); … … 91 91 } 92 92 } 93 #endif93 */ 94 94 95 95 /*Recover interptype: */ -
issm/trunk/src/mex/TriMesh/TriMesh.cpp
r1904 r3755 98 98 } 99 99 100 #ifdef _ISSM_DEBUG_101 printf("Domain name: %s\n",domainname);102 printf("Rift name: %s\n",riftname);103 printf("Maximum area: %16.16lf\n",area);104 printf("Order: %s\n",order);105 #endif106 107 108 100 /*Start reading the domain outline file: */ 109 101 noerr=DomainOutlineRead(&nprof,&profngrids,&pprofx,&pprofy,domainname); … … 121 113 } 122 114 } 123 124 #ifdef _ISSM_DEBUG_125 printf("# points in domain outline: %i\n",nprof);126 #endif127 #ifdef _DEBUG2_128 for (i=0;i<nprof;i++){129 printf("Profile #%i\n",i);130 x=pprofx[i];131 y=pprofy[i];132 for (j=0;j<profngrids[i];j++){133 printf(" %lf %lf\n",x[j],y[j]);134 }135 }136 #endif137 138 139 #ifdef _ISSM_DEBUG_140 printf("# points in rift outline: %i\n",numrifts);141 #endif142 #ifdef _DEBUG2_143 for (i=0;i<numrifts;i++){144 printf("Profile #%i\n",i);145 x=riftsgridsx[i];146 y=riftsgridsy[i];147 for (j=0;j<riftsnumgrids[i];j++){148 printf(" %lf %lf\n",x[j],y[j]);149 }150 }151 #endif152 115 153 116 /*Create initial triangulation to call triangulate():*/ … … 198 161 in.pointmarkerlist[i] = 0; 199 162 } 200 201 163 202 164 /*Build segments: */ -
issm/trunk/src/mex/TriMeshNoDensity/TriMeshNoDensity.cpp
r2739 r3755 87 87 } 88 88 } 89 90 #ifdef _ISSM_DEBUG_91 printf("Domain name: %s\n",domainname);92 printf("Rift name: %s\n",riftname);93 #endif94 95 89 96 90 /*Start reading the domain outline file: */ … … 109 103 } 110 104 } 111 112 #ifdef _ISSM_DEBUG_113 printf("# points in domain outline: %i\n",nprof);114 #endif115 #ifdef _DEBUG2_116 for (i=0;i<nprof;i++){117 printf("Profile #%i\n",i);118 x=pprofx[i];119 y=pprofy[i];120 for (j=0;j<profngrids[i];j++){121 printf(" %lf %lf\n",x[j],y[j]);122 }123 }124 #endif125 126 127 #ifdef _ISSM_DEBUG_128 printf("# points in rift outline: %i\n",numrifts);129 #endif130 #ifdef _DEBUG2_131 for (i=0;i<numrifts;i++){132 printf("Profile #%i\n",i);133 x=riftsgridsx[i];134 y=riftsgridsy[i];135 for (j=0;j<riftsnumgrids[i];j++){136 printf(" %lf %lf\n",x[j],y[j]);137 }138 }139 #endif140 105 141 106 /*Create initial triangulation to call triangulate():*/ -
issm/trunk/src/mex/TriMeshProcessRifts/TriMeshProcessRifts.cpp
r3567 r3755 142 142 } 143 143 144 #ifdef _ISSM_DEBUG_144 /* 145 145 printf("Index: \n"); 146 146 for (i=0;i<nel;i++){ … … 162 162 printf("\n"); 163 163 } 164 #endif164 */ 165 165 166 166 /*First, do some fixing on the existing mesh: we do not want any element belonging entirely to the segment list (ie: -
issm/trunk/src/mex/TriMeshRefine/TriMeshRefine.cpp
r1904 r3755 159 159 } 160 160 161 162 #ifdef _ISSM_DEBUG_163 161 /*printf("Index: \n"); 164 162 for (i=0;i<nel;i++){ … … 185 183 }*/ 186 184 //if(nrhs==6)printf("Order: %s\n",order); 187 #endif188 185 189 186 /*Create initial triangulation to call triangulate():*/
Note:
See TracChangeset
for help on using the changeset viewer.