Changeset 21865 for issm/trunk-jpl/src/c/bamg/BamgVertex.h
- Timestamp:
- 07/25/17 13:13:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/bamg/BamgVertex.h
r21623 r21865 42 42 /*methods (No constructor and no destructors...)*/ 43 43 BamgVertex(); 44 double Smoothing(Mesh & , constMesh & ,Triangle * & ,double =1);44 double Smoothing(Mesh & ,Mesh & ,Triangle * & ,double =1); 45 45 void MetricFromHessian(const double Hxx,const double Hyx, const double Hyy, const double smin,const double smax,const double s,const double err,BamgOpts* bamgopts); 46 46 void Echo();
Note:
See TracChangeset
for help on using the changeset viewer.