We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c80bab commit c452b39Copy full SHA for c452b39
bindings/python/requirements.txt
@@ -2,7 +2,7 @@
2
# This file is autogenerated by pip-compile with Python 3.10
3
# by the following command:
4
#
5
-# pip-compile bindings/python/requirements.in
+# pip-compile --pre bindings/python/requirements.in
6
7
opengeode-core==15.*,>=15.4.1
8
# via -r bindings/python/requirements.in
include/geode/inspector/criterion/internal/component_meshes_degeneration.hpp
@@ -55,7 +55,7 @@ namespace geode
55
protected:
56
explicit ComponentMeshesDegeneration( const Model& model );
57
58
- [[nodiscard]] const Model& model() const;
+ [[nodiscard]] const Model& model() const;
59
60
private:
61
const Model& model_;
0 commit comments