From 97b6282cc68efcd16178bbb9d7bc570a4520f463 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Mon, 4 Nov 2024 03:39:46 -0800 Subject: [PATCH] Update doc/sphinx/user/extending/plugin-types/temp-bc.md --- doc/sphinx/user/extending/plugin-types/temp-bc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/user/extending/plugin-types/temp-bc.md b/doc/sphinx/user/extending/plugin-types/temp-bc.md index 37837c70ebd..072e6d24ce9 100644 --- a/doc/sphinx/user/extending/plugin-types/temp-bc.md +++ b/doc/sphinx/user/extending/plugin-types/temp-bc.md @@ -6,7 +6,7 @@ present) are responsible for describing the fields' values at those parts of the boundary at which the temperature or composition is fixed, as well as at inflow boundaries. -To implement a new a boundary conditions model for the temperature, you need to overload the +To implement a new boundary conditions model for the temperature, you need to overload the `aspect::BoundaryTemperature::Interface` class and use the `ASPECT_REGISTER_BOUNDARY_TEMPERATURE_MODEL` macro to register your new class. The implementation of the new class should be in namespace