summaryrefslogtreecommitdiffstats
path: root/qlparser/qtbinaryfunc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qlparser/qtbinaryfunc.cc')
-rw-r--r--qlparser/qtbinaryfunc.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/qlparser/qtbinaryfunc.cc b/qlparser/qtbinaryfunc.cc
index 9b77888..49b4181 100644
--- a/qlparser/qtbinaryfunc.cc
+++ b/qlparser/qtbinaryfunc.cc
@@ -508,7 +508,7 @@ QtExtend::evaluate( QtDataList* inputList )
Tile* newTransTile = new Tile( *domainIter, currentMDDObj->getCellType() );
resultMDD->insertTile( newTransTile );
}
-#endif 0
+#endif /* 0 */
// --- 3: package into MDD object & finalize -----------------------------
@@ -586,7 +586,7 @@ QtExtend::extendGetCornerTiles( r_Minterval outerDomain, r_Minterval innerDomain
// RMInit::logOut << "QtExtend::extendGetCornerTiles() done." << endl;
}
-#endif 1
+#endif /* 1 */
void
QtExtend::printTree( int tab, ostream& s, QtChildType mode )
@@ -712,7 +712,7 @@ QtExtend::optimizeLoad( QtTrimList* trimList )
// point is not needed anymore
operand->deleteRef();
-#endif 0 // not yet sure what to do -- PB 2005-06-18
+#endif /* 0 */ // not yet sure what to do -- PB 2005-06-18
input1->optimizeLoad( trimList );
}