Ignore:
Timestamp:
09/29/10 18:27:26 (14 years ago)
Author:
Eric.Larour
Message:

Updated all routines to take into account ISSM_DIR AND ISSM_TIER environment variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/MeshProfileIntersectionx/SegmentIntersect.cpp

    r5239 r6088  
    66int SegmentIntersect(double* palpha, double* pbeta, double* x1, double* y1, double* x2, double* y2){
    77
    8         /*See ISSM_DIR/src/m/utils/Geometry/SegIntersect.m for matlab routine from which we take this routine: */
     8        /*See ISSM_TIER/src/m/utils/Geometry/SegIntersect.m for matlab routine from which we take this routine: */
    99
    1010        /*output: */
Note: See TracChangeset for help on using the changeset viewer.