From 249f940b5444e6c0e018f94ba7723fc6729dd88e Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 19 Feb 2026 23:17:43 -0600 Subject: [PATCH 1/4] Break C++ style --- src/plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plot.cpp b/src/plot.cpp index ea0555202d5..9d450d20853 100644 --- a/src/plot.cpp +++ b/src/plot.cpp @@ -2539,7 +2539,7 @@ extern "C" int openmc_solidraytrace_plot_set_diffuse_fraction( return OPENMC_E_INVALID_ARGUMENT; } - plt->diffuse_fraction() = diffuse_fraction; + plt->diffuse_fraction() = diffuse_fraction; return 0; } From f4e3b6240016db4951003d6c61066c4de818aab3 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 20 Feb 2026 12:56:36 -0600 Subject: [PATCH 2/4] Empty commit for format suggestions From e2be78d488045054a751a239fd25ff3a7fbb72bb Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 20 Feb 2026 13:08:17 -0600 Subject: [PATCH 3/4] Trigger C++ check From cff99b902806785b097764a694b83c228a5dcc2a Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 20 Feb 2026 13:17:26 -0600 Subject: [PATCH 4/4] Another trigger