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

corrected typo

[SVN r23112]
This commit is contained in:
Toon Knapen
2004-06-17 13:24:13 +00:00
parent 5bf2faec65
commit f439cd2ca5

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