From ebb0bcc69521f32f25320b4a74e8dc5dc36bdfb6 Mon Sep 17 00:00:00 2001 From: ryan-bournes <88587235+ryan-bournes@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:54:02 +0000 Subject: [PATCH] Update param.h --- src/core/param/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/param/param.h b/src/core/param/param.h index c064bd282..f1d394ede 100644 --- a/src/core/param/param.h +++ b/src/core/param/param.h @@ -236,7 +236,7 @@ struct Param { real_t max_bound = 100; /// Define the boundary condition of the diffusion grid [open, closed, - /// Neumann, Dirichlet]\n + /// Neumann, Dirichlet, Periodic]\n /// Default value: `"Neumann"`\n TOML config file: /// /// [simulation]