We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86456c8 commit 6e849f6Copy full SHA for 6e849f6
1 file changed
include/base/dof_object.h
@@ -77,8 +77,14 @@ class DofObject : public ReferenceCountedObject<DofObject>
77
/**
78
* This object on the last mesh. Useful for projecting
79
* solutions from one mesh to another.
80
+ *
81
+ * Public access to old_dof_object is now officially deprecated and will
82
+ * be removed in future libMesh versions. Use the \p get_old_dof_object()
83
+ * accessor instead.
84
*/
85
+#ifndef LIBMESH_ENABLE_DEPRECATED
86
protected:
87
+#endif
88
std::unique_ptr<DofObject> old_dof_object;
89
90
public:
0 commit comments