Fix a bug in a debug message

This commit is contained in:
Laurent Rineau 2011-12-07 18:10:32 +00:00
parent 19633dbf7a
commit ab6628060a
1 changed files with 2 additions and 2 deletions

View File

@ -562,8 +562,8 @@ before_insertion_impl(const Facet& facet,
" Refinement point: %5%\n")
% (&*facet.first)
% facet.second
% facet.first->circumcenter()
% source_other_side.first->circumcenter()
% triangulation_ref_impl().dual(facet.first)
% triangulation_ref_impl().dual(source_other_side.first)
% point
% facet.first->vertex((facet.second + 1)&3)->point()
% facet.first->vertex((facet.second + 2)&3)->point()