Merge pull request #414 from c64kernal/dev

Appease gcc warning about multi-line comments.
This commit is contained in:
Jeremy Cowles 2015-04-12 18:02:27 -07:00
commit 55a700b4bf

View File

@ -298,7 +298,7 @@ Scheme<SCHEME_LOOP>::assignSmoothLimitMask(VERTEX const& vertex, MASK& posMask)
} }
} }
// /*
// Limit masks for tangents: // Limit masks for tangents:
// //
// A note on tangent magnitudes: // A note on tangent magnitudes:
@ -364,7 +364,7 @@ Scheme<SCHEME_LOOP>::assignSmoothLimitMask(VERTEX const& vertex, MASK& posMask)
// //
// The end result of these adjustments should be a set of limit tangents that are // The end result of these adjustments should be a set of limit tangents that are
// of similar magnitude over a regular mesh including boundaries and corners. // of similar magnitude over a regular mesh including boundaries and corners.
// */
template <> template <>
template <typename VERTEX, typename MASK> template <typename VERTEX, typename MASK>
inline void inline void