Ignore:
Timestamp:
04/07/10 15:00:38 (15 years ago)
Author:
Eric.Larour
Message:

Massive commit. Simplified diagnostic horiz. Almost compiles.

File:
1 edited

Legend:

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

    r3417 r3420  
    3333                ElementProperties();
    3434                ElementProperties(int numnodes, double* h, double* s, double* b, double* k, double* melting, double* accumulation, double* geothermalflux, int friction_type, double p, double q, int shelf, int onbed, bool onwater, int onsurface, int collapse, int thermal_steadystate);
    35                 Init(int numnodes, double* h, double* s, double* b, double* k, double* melting, double* accumulation, double* geothermalflux, int friction_type, double p, double q, int shelf, int onbed, bool onwater, int onsurface, int collapse, int thermal_steadystate);
     35                void Init(int numnodes, double* h, double* s, double* b, double* k, double* melting, double* accumulation, double* geothermalflux, int friction_type, double p, double q, int shelf, int onbed, bool onwater, int onsurface, int collapse, int thermal_steadystate);
    3636                ElementProperties(ElementProperties* properties);
    3737                ~ElementProperties();
Note: See TracChangeset for help on using the changeset viewer.