Ignore:
Timestamp:
05/28/13 15:16:02 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing all process_units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/BoolInput.cpp

    r15104 r15130  
    124124/*}}}*/
    125125/*FUNCTION BoolInput::SquareMin{{{*/
    126 void BoolInput::SquareMin(IssmDouble* psquaremin, bool process_units,Parameters* parameters){
     126void BoolInput::SquareMin(IssmDouble* psquaremin,Parameters* parameters){
    127127        /*square of a bool is the bool itself: */
    128128        *psquaremin=value;
Note: See TracChangeset for help on using the changeset viewer.