docs(construction): documented current default construction behavior

This commit is contained in:
2025-11-04 13:20:46 -05:00
parent 3c80ccc77f
commit 7f19143ff6

View File

@@ -25,7 +25,10 @@ namespace gridfire {
REACLIB_WEAK = 1 << 5, REACLIB_WEAK = 1 << 5,
WRL_WEAK = BETA_MINUS | BETA_PLUS | ELECTRON_CAPTURE | POSITRON_CAPTURE, WRL_WEAK = BETA_MINUS | BETA_PLUS | ELECTRON_CAPTURE | POSITRON_CAPTURE,
REACLIB = STRONG | REACLIB_WEAK, REACLIB = STRONG | REACLIB_WEAK,
// Currently we default to just reaclib reactions but include both their strong and weak set
DEFAULT = REACLIB, DEFAULT = REACLIB,
ALL = STRONG | WRL_WEAK ALL = STRONG | WRL_WEAK