Changeset 9690


Ignore:
Timestamp:
09/08/11 13:39:09 (14 years ago)
Author:
Mathieu Morlighem
Message:

Fixed compiler problem on ogive

File:
1 edited

Legend:

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

    r9371 r9690  
    8686
    8787        class SaveMetricInterpole {
    88                 friend double LengthInterpole(const Metric ,const  Metric , R2 );
    89                 friend double abscisseInterpole(const Metric ,const  Metric , R2 ,double ,int );
     88                friend double LengthInterpole(const Metric& Ma,const  Metric& Mb, R2 AB);
     89                friend double abscisseInterpole(const Metric& Ma ,const  Metric& Mb, R2 ,double s,int optim);
    9090                public:
    9191                int opt;
Note: See TracChangeset for help on using the changeset viewer.