Changeset 19812


Ignore:
Timestamp:
11/25/15 13:49:51 (9 years ago)
Author:
Eric.Larour
Message:

CHG: reverting to step = UNDEF. Problem is downstream in the way javascript reads the integer, not here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/ExternalResults/GenericExternalResult.h

    r19801 r19812  
    277277        value = xNew<char>(strlen(in_value)+1);
    278278        xMemCpy<char>(value,in_value,(strlen(in_value)+1));
    279         //step = UNDEF;  Update: can't define an int as UNDEF, ends up as garbage.
    280         step  = 0; //this result needs to end up in the first step. (used to be UNDEF, which is garbage for an int type)
     279        step = UNDEF;  Update: can't define an int as UNDEF, ends up as garbage.
    281280        time  = UNDEF;
    282281
Note: See TracChangeset for help on using the changeset viewer.