- Timestamp:
- 08/08/17 13:29:38 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ExpToLevelSetx/ExpToLevelSetx.cpp
r21314 r21915 12 12 int ExpToLevelSetx(double** pdistance,double* x, double* y, int nods, Contours* contours){ 13 13 14 /*Contour:*/15 double value;16 17 14 /*output: */ 18 double* distance; 19 distance = xNew<double>(nods); 15 double* distance = xNew<double>(nods); 20 16 for(int i=0;i<nods;i++) distance[i]=1e50; 21 17
Note:
See TracChangeset
for help on using the changeset viewer.