Ignore:
Timestamp:
03/14/12 14:15:28 (13 years ago)
Author:
cborstad
Message:

merged trunk-jpl through revision 11707 into branches/trunk-jpl-damage

Location:
issm/branches/trunk-jpl-damage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage

  • issm/branches/trunk-jpl-damage/src/c/objects/ExternalResults/PetscVecExternalResult.h

    r11202 r11708  
    3333                int id;
    3434                int enum_type;
    35                 Vec value;
     35                Vector* value;
    3636                int step;
    3737                double time;
     
    4040                /*PetscVecExternalResult constructors, destructors: {{{1*/
    4141                PetscVecExternalResult();
    42                 PetscVecExternalResult(int id,int enum_type,Vec value, int step, double time);
     42                PetscVecExternalResult(int id,int enum_type,Vector* value, int step, double time);
    4343                ~PetscVecExternalResult();
    4444                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.