From 9e681e18f4b88687d587b5447a4d2387b112caff 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 676c4637ea..d8acc8d06d 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: