Changeset 2929
- Timestamp:
- 01/28/10 16:48:02 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Bamgx/objects/Triangles.cpp
r2928 r2929 2031 2031 //rebuild Metric from Vp 2032 2032 Metric MVp(Vp); 2033 if(iv==2){2034 MVp.Echo();2035 }2036 2033 2037 2034 //Apply Metric to vertex 2038 vertices[iv].m.IntersectWith(MVp); 2039 if(iv==2){ 2040 vertices[iv].m.Echo(); 2041 throw ErrorException(__FUNCT__,exprintf("")); 2042 } 2035 vertices[iv].m.IntersectWith_new(MVp); 2043 2036 } 2044 2037 }//for all fields 2045 2038 }//for all solutions 2046 for(i=0;i<5;i++){2047 vertices[i].m.Echo();2048 }2049 2039 2050 2040 //clean up
Note:
See TracChangeset
for help on using the changeset viewer.