Changeset 22675


Ignore:
Timestamp:
04/04/18 11:56:32 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing warning in Chaco

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/Chacox/user_params.cpp

    r13622 r22675  
    119119int       MAKE_VWGTS = FALSE;   /* Make vtx weights degrees+1? (TRUE/FALSE) */
    120120int       FREE_GRAPH = FALSE;   /* Free input graph data? (TRUE/FALSE) */
    121 char     *PARAMS_FILENAME = "User_Params";      /* File of parameter changes */
     121const char  *PARAMS_FILENAME = "User_Params";   /* File of parameter changes */
    122122
    123123/* Parameters that control debugging output */
Note: See TracChangeset for help on using the changeset viewer.