From 3f20c0016e5c71a9df6e99205cc3785cf3aa4bdf Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Wed, 22 Dec 2021 14:19:22 -0500 Subject: [PATCH] make gtsam_unstable conform to python wrapping layout --- python/gtsam_unstable/gtsam_unstable.tpl | 2 +- .../{specializations.h => specializations/gtsam_unstable.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename python/gtsam_unstable/{specializations.h => specializations/gtsam_unstable.h} (100%) diff --git a/python/gtsam_unstable/gtsam_unstable.tpl b/python/gtsam_unstable/gtsam_unstable.tpl index aa7ac6bdb..055fcaea7 100644 --- a/python/gtsam_unstable/gtsam_unstable.tpl +++ b/python/gtsam_unstable/gtsam_unstable.tpl @@ -40,7 +40,7 @@ PYBIND11_MODULE({module_name}, m_) {{ {wrapped_namespace} -#include "python/gtsam_unstable/specializations.h" +#include "python/gtsam_unstable/specializations/gtsam_unstable.h" }} diff --git a/python/gtsam_unstable/specializations.h b/python/gtsam_unstable/specializations/gtsam_unstable.h similarity index 100% rename from python/gtsam_unstable/specializations.h rename to python/gtsam_unstable/specializations/gtsam_unstable.h