2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

corrected typo

svn path=/trunk/boost/boost/numeric/ublas/; revision=23112
This commit is contained in:
Toon Knapen
2004-06-17 13:24:13 +00:00
parent 3d29cdf089
commit c8a063e7fc

View File

@@ -363,7 +363,7 @@ namespace std {
#define BOOST_UBLAS_BOUNDS_CHECK
// Type check for non dense matrices
#ifndef BOOST_NO_UBLAS_TYPE_CHECK
#ifndef BOOST_UBLAS_NO_TYPE_CHECK
#define BOOST_UBLAS_TYPE_CHECK
#endif