mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
fix Clang warning
This commit is contained in:
parent
65ce23f8df
commit
c2517bdef5
@ -451,7 +451,7 @@ namespace netgen
|
|||||||
void ADTree3 :: PrintRec (ostream & ost, const ADTreeNode3 * node) const
|
void ADTree3 :: PrintRec (ostream & ost, const ADTreeNode3 * node) const
|
||||||
{
|
{
|
||||||
|
|
||||||
if (node->data)
|
// if (node->data) // true anyway
|
||||||
{
|
{
|
||||||
ost << node->pi << ": ";
|
ost << node->pi << ": ";
|
||||||
ost << node->nchilds << " childs, ";
|
ost << node->nchilds << " childs, ";
|
||||||
@ -1751,8 +1751,8 @@ namespace netgen
|
|||||||
|
|
||||||
void ADTree6 :: PrintRec (ostream & ost, const ADTreeNode6 * node) const
|
void ADTree6 :: PrintRec (ostream & ost, const ADTreeNode6 * node) const
|
||||||
{
|
{
|
||||||
|
|
||||||
if (node->data)
|
// if (node->data) // true anyway
|
||||||
{
|
{
|
||||||
ost << node->pi << ": ";
|
ost << node->pi << ": ";
|
||||||
ost << node->nchilds << " childs, ";
|
ost << node->nchilds << " childs, ";
|
||||||
|
Loading…
Reference in New Issue
Block a user