Updated License Headers

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@736 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-10-08 07:30:49 +00:00
parent 0624a524ca
commit f3312397a5
243 changed files with 244 additions and 244 deletions

View File

@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
* Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen *
* Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
@@ -127,7 +127,7 @@ protected:
double operator()(void) // Loop weights for non-boundary vertices
{
// 1 3 2 * pi
// - * ( --- + cos ( ------- ) )<29> - 1.0
// - * ( --- + cos ( ------- ) )<29> - 1.0
// 2 2 valence
double f1 = 1.5 + cos(2.0*M_PI/val_++);
return 0.5 * f1 * f1 - 1.0;