use variables in ring

Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
Panagiotis Cheilaris 2014-04-15 00:02:46 +02:00
parent 5ce9700141
commit 52c6e3138a
1 changed files with 2 additions and 2 deletions

View File

@ -2001,7 +2001,7 @@ private:
((has_p_endp_tsrc)? 1 : 0) + ((has_p_endp_tsrc)? 1 : 0) +
((has_q_endp_tsrc)? 1 : 0) + ((has_q_endp_tsrc)? 1 : 0) +
((has_r_endp_tsrc)? 1 : 0) ; ((has_r_endp_tsrc)? 1 : 0) ;
CGAL_USE(num_common_endp_tsrc);
CGAL_SDG_DEBUG( CGAL_SDG_DEBUG(
std::cout << "debug num_common_endp_tsrc=" std::cout << "debug num_common_endp_tsrc="
<< num_common_endp_tsrc << std::endl; << num_common_endp_tsrc << std::endl;
@ -2077,7 +2077,7 @@ private:
((has_p_endp_ttrg)? 1 : 0) + ((has_p_endp_ttrg)? 1 : 0) +
((has_q_endp_ttrg)? 1 : 0) + ((has_q_endp_ttrg)? 1 : 0) +
((has_r_endp_ttrg)? 1 : 0) ; ((has_r_endp_ttrg)? 1 : 0) ;
CGAL_USE(num_common_endp_ttrg);
CGAL_SDG_DEBUG( CGAL_SDG_DEBUG(
std::cout << "debug num_common_endp_ttrg=" std::cout << "debug num_common_endp_ttrg="
<< num_common_endp_ttrg << std::endl; << num_common_endp_ttrg << std::endl;