Cleanup: redundant parenthesis, NULL checks
This commit is contained in:
@@ -29,7 +29,7 @@ typedef float (*DualConCo)[3];
|
||||
|
||||
typedef unsigned int (*DualConTri)[3];
|
||||
|
||||
typedef unsigned int(*DualConLoop);
|
||||
typedef unsigned int *DualConLoop;
|
||||
|
||||
typedef struct DualConInput {
|
||||
DualConLoop mloop;
|
||||
|
||||
@@ -480,7 +480,7 @@ void Octree::trace()
|
||||
if (chdpath != NULL) {
|
||||
dc_printf("there are incomplete rings.\n");
|
||||
printPaths(chdpath);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Node *Octree::trace(Node *newnode, int *st, int len, int depth, PathList *&paths)
|
||||
|
||||
Reference in New Issue
Block a user