From d500264d3c0e011a7baf6bf5def2aa8450848f10 Mon Sep 17 00:00:00 2001 From: Aidan Heerdegen Date: Wed, 30 Jul 2025 15:37:10 +1000 Subject: [PATCH 1/2] Simple CI test Simple test of new CI --- mppnccombine-fast.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mppnccombine-fast.c b/mppnccombine-fast.c index 29fa7a7..82db7b3 100644 --- a/mppnccombine-fast.c +++ b/mppnccombine-fast.c @@ -14,6 +14,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * BLAH */ #include "netcdf.h" From 372c7d73c425d326c62f2c45562916a8fd125a9e Mon Sep 17 00:00:00 2001 From: Aidan Heerdegen Date: Wed, 30 Jul 2025 15:53:17 +1000 Subject: [PATCH 2/2] Breaking change --- mppnccombine-fast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mppnccombine-fast.c b/mppnccombine-fast.c index 82db7b3..fd13563 100644 --- a/mppnccombine-fast.c +++ b/mppnccombine-fast.c @@ -16,7 +16,7 @@ * limitations under the License. * BLAH */ - +#include "blah.h" #include "netcdf.h" #include #include