Mod/Points moved from float -> double

This commit is contained in:
jrheinlaender
2013-03-26 19:13:43 +04:30
parent e233f0cb6d
commit 4dcc5eb6cb
8 changed files with 41 additions and 27 deletions

View File

@@ -159,10 +159,10 @@ void PropertyCurvatureList::setValues(const std::vector<CurvatureInfo>& lValues)
hasSetValue();
}
std::vector<float> PropertyCurvatureList::getCurvature( int mode ) const
std::vector<double> PropertyCurvatureList::getCurvature( int mode ) const
{
const std::vector<Points::CurvatureInfo>& fCurvInfo = getValues();
std::vector<float> fValues;
std::vector<double> fValues;
fValues.reserve(fCurvInfo.size());
// Mean curvature