From 3774f5954c0f02a6722ff63a03df722ba1a2e86c Mon Sep 17 00:00:00 2001 From: Denis Demidov Date: Fri, 16 Nov 2018 20:53:00 +0300 Subject: [PATCH] Mention C++11 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de4d6b..5da0404 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Scattered data interpolation with multilevel B-Splines -This library provides the adaptive MBA algorithm from [1] implemented in C++. +This library provides the adaptive MBA algorithm from [1] implemented in C++11. This is a fast algorithm for scattered N-dimensional data interpolation and approximation. Python bindings are also provided.