From 1d749a279456dd84a94a142ced97520acfcda8cc Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Mon, 3 Feb 2025 21:12:32 -0600 Subject: [PATCH] [zeroD] Remove ReactorSurface from wallGroup The C++ class does not inherit from WallBase. --- include/cantera/zeroD/ReactorSurface.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cantera/zeroD/ReactorSurface.h b/include/cantera/zeroD/ReactorSurface.h index 676c4637e..d8acc8d06 100644 --- a/include/cantera/zeroD/ReactorSurface.h +++ b/include/cantera/zeroD/ReactorSurface.h @@ -16,7 +16,6 @@ class SurfPhase; //! A surface where reactions can occur that is in contact with the bulk fluid of a //! Reactor. -//! @ingroup wallGroup class ReactorSurface { public: