From 7f19143ff63492f1c99638bf8fc6e2c71d409787 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Tue, 4 Nov 2025 13:20:46 -0500 Subject: [PATCH] docs(construction): documented current default construction behavior --- src/include/gridfire/engine/procedures/construction.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/gridfire/engine/procedures/construction.h b/src/include/gridfire/engine/procedures/construction.h index 255df4ea..9d731c68 100644 --- a/src/include/gridfire/engine/procedures/construction.h +++ b/src/include/gridfire/engine/procedures/construction.h @@ -25,7 +25,10 @@ namespace gridfire { REACLIB_WEAK = 1 << 5, WRL_WEAK = BETA_MINUS | BETA_PLUS | ELECTRON_CAPTURE | POSITRON_CAPTURE, + REACLIB = STRONG | REACLIB_WEAK, + + // Currently we default to just reaclib reactions but include both their strong and weak set DEFAULT = REACLIB, ALL = STRONG | WRL_WEAK