Ignore:
Timestamp:
04/26/23 17:17:41 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: adding new transient cost function, not finished just yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/IoModel.cpp

    r27696 r27709  
    23852385        /*Assign output pointers: */
    23862386        *pstrings=strings;
    2387         *pnumstrings=num_instances;
     2387        if(pnumstrings) *pnumstrings=num_instances;
    23882388}
    23892389/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.