Skip to content

Commit

Permalink
mention Misha's CMCF paper in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Botsch committed May 30, 2019
1 parent 90d5cb3 commit bdca48c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,13 @@ @article{kimmel_1998_geodesic
publisher = {National Academy of Sciences},
journal = {Proceedings of the National Academy of Sciences}
}

@article{kazhdan_2012,
author = {Kazhdan, Misha and Solomon, Justin and Ben-Chen, Mirela},
title = {Can Mean‐Curvature Flow be Modified to be Non‐singular?},
volume = {31},
number = {5},
year = {2012},
journal = {Computer Graphics Forum}
}

2 changes: 1 addition & 1 deletion src/pmp/algorithms/SurfaceSmoothing.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace pmp {
//=============================================================================

//! \brief A class for Laplacian smoothing
//! \details See also \cite desbrun_1999_implicit .
//! \details See also \cite desbrun_1999_implicit and \cite kazhdan_2012
class SurfaceSmoothing
{
public:
Expand Down

0 comments on commit bdca48c

Please sign in to comment.