From 973c015354c14aa6c7977a9906637f6570316530 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 27 Oct 2020 12:03:57 -0400 Subject: Fixed interface functions that return C arrays to return Fortran pointers to arrays --- src/clp_constants.f90 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/clp_constants.f90 (limited to 'src/clp_constants.f90') diff --git a/src/clp_constants.f90 b/src/clp_constants.f90 deleted file mode 100644 index 49bff2c..0000000 --- a/src/clp_constants.f90 +++ /dev/null @@ -1,5 +0,0 @@ -module clp_constants - use iso_c_binding - implicit none - -end module clp_constants -- cgit v1.2.3