last breaking change: be consistent about the project name

This commit is contained in:
Wenzel Jakob
2015-10-15 18:13:33 +02:00
parent 607654f7ec
commit 8f4eb00690
23 changed files with 164 additions and 162 deletions

View File

@@ -9,7 +9,7 @@
*/
#include "example.h"
#include <pybind/numpy.h>
#include <pybind11/numpy.h>
double my_func(int x, float y, double z) {
std::cout << "my_func(x:int=" << x << ", y:float=" << y << ", z:float=" << z << ")" << std::endl;