Ignore:
Timestamp:
06/14/10 18:08:59 (15 years ago)
Author:
Eric.Larour
Message:

Changing to new framework where analysis_type and sub_analysis_type are picked up in the parameters, whenever needed.
This greatly simplifies the API of the code -> don't have to carry along analysis_type and sub_analysis_type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Inputs/PentaVertexInput.cpp

    r4042 r4043  
    888888
    889889        /*Process units if requested: */
    890         if(process)NodalValuesUnitConversion(&valuescopy[0],numnodes,enum_type,parameters);
     890        if(process_units)NodalValuesUnitConversion(&valuescopy[0],numnodes,enum_type,parameters);
    891891
    892892        /*Now, figure out minimum of valuescopy: */
Note: See TracChangeset for help on using the changeset viewer.