Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/softbody/src/admmpd_sdf.cpp')
-rw-r--r--extern/softbody/src/admmpd_sdf.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/extern/softbody/src/admmpd_sdf.cpp b/extern/softbody/src/admmpd_sdf.cpp
index 16bcc545903..f40615cdab6 100644
--- a/extern/softbody/src/admmpd_sdf.cpp
+++ b/extern/softbody/src/admmpd_sdf.cpp
@@ -1,6 +1,8 @@
// Copyright Matt Overby 2020.
// Distributed under the MIT License.
+#if 0
+
#include "admmpd_sdf.h"
#include "admmpd_geom.h"
#include <vector>
@@ -344,4 +346,6 @@ void SDF<T>::get_cells(
template class admmpd::SDF<double>;
template class admmpd::SDF<float>;
-} // namespace admmpd \ No newline at end of file
+} // namespace admmpd
+
+#endif \ No newline at end of file