Changeset 18889


Ignore:
Timestamp:
11/28/14 10:03:18 (10 years ago)
Author:
Eric.Larour
Message:

CHG: FetchIndependents now relies on the X vector if supplied, instead of what is read from file I/O. This allows for updating of the tape directly from the ad control core!

File:
1 edited

Legend:

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

    r15321 r18889  
    3333                /*}}}*/
    3434                /*IndependentObject methods: {{{*/
    35                 void FetchIndependent(IoModel* iomodel);
     35                void FetchIndependent(IoModel* iomodel,int* pXcount,IssmPDouble* X);
    3636                int  NumIndependents(void);
    3737                void FillIndependents(IssmDouble** data, IssmDouble* xp);
Note: See TracChangeset for help on using the changeset viewer.