From 76d6e17531414fd712d2ab132695c14ed3b92734 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 23 Apr 2024 09:27:13 -0400 Subject: [PATCH] Add missing c_ptr declaration --- field_utils/tests/Test_FieldBLAS.pf | 1 + 1 file changed, 1 insertion(+) diff --git a/field_utils/tests/Test_FieldBLAS.pf b/field_utils/tests/Test_FieldBLAS.pf index f17f0c9b330c..24c0fe6f810e 100644 --- a/field_utils/tests/Test_FieldBLAS.pf +++ b/field_utils/tests/Test_FieldBLAS.pf @@ -8,6 +8,7 @@ module Test_FieldBLAS use ESMF use pfunit use MAPL_ExceptionHandling + use, intrinsic :: iso_c_binding, only: c_ptr implicit none