Skip to content

Commit 55e7666

Browse files
committed
Add cassert and fix typo
1 parent b199e39 commit 55e7666

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/mathtoolbox/rbf-interpolation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef MATHTOOLBOX_RBF_INTERPOLATION_HPP
22
#define MATHTOOLBOX_RBF_INTERPOLATION_HPP
33

4-
#include <caasert>
4+
#include <cassert>
55
#include <cmath>
66
#include <functional>
77
#include <memory>

src/kernel-functions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <cmath>
2+
#include <cassert>
23
#include <mathtoolbox/kernel-functions.hpp>
34

45
using Eigen::VectorXd;

0 commit comments

Comments
 (0)