Ignore:
Timestamp:
07/12/11 16:28:11 (14 years ago)
Author:
Eric.Larour
Message:

marshall.m is now automatically feedding off of model template for each field.
this necessitated a rewrite of the ModelProcessorx, so that instead of processing
strings, it processes now enums.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/IoModel.h

    r8823 r8926  
    199199                double*  dhdt;
    200200
    201                 /*forcings: */
    202                 int      numforcings;
    203                 double*  forcingtypes;
    204                 int      forcing_numtimesteps;
    205                 double*  forcing;
    206                 double*  timesteps;
    207 
    208                 /*parameter output: */
    209                 int      numoutput;
    210 
    211201                /*qmu: */
    212202                int      qmu_mass_flux_num_profiles;
Note: See TracChangeset for help on using the changeset viewer.