Changes between Version 11 and Version 12 of FDORfc49


Ignore:
Timestamp:
Jun 8, 2010, 1:58:45 PM (14 years ago)
Author:
romicadascalescu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc49

    v11 v12  
    103103                                                    double x,
    104104                                                    double y,
    105                                                     bool* isOnBoundary = NULL,
    106                                                     double toleranceXY = 1e-10);
     105                                                    double toleranceXY = 1e-10,
     106                                                    bool* isOnBoundary = NULL);
    107107
    108108            /// \brief
     
    124124                                                       double x,
    125125                                                       double y,                                                       
    126                                                        bool* isOnExtBoundary = NULL,
     126                                                       double toleranceXY = 1e-10,
    127127                                                       bool* isOnIntBoundary = NULL
    128                                                        double toleranceXY = 1e-10);
     128                                                       bool* isOnExtBoundary = NULL);
    129129}}}
    130130