Skip to content
Snippets Groups Projects
Commit a1a8f390 authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed namespace issue.

parent 986de568
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ namespace bob { namespace io { namespace base { namespace array {
if (N > BOB_MAX_DIM)
throw std::runtime_error("unsupported number of dimensions on blitz::Array<>");
if (!isCContiguous(*data.get()))
if (!bob::core::array::isCContiguous(*data.get()))
throw std::runtime_error("cannot buffer'ize non-c contiguous array");
m_type.set(data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment