diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-27 12:03:57 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-27 12:03:57 -0400 |
commit | 973c015354c14aa6c7977a9906637f6570316530 (patch) | |
tree | 67fd190dc6ed8c60a2ec662001718df945c229c7 /src/clp_constants.f90 | |
parent | b1be8b0f5ff9d32756c98a7f7fa6d9023d124527 (diff) | |
download | clp_fortran-973c015354c14aa6c7977a9906637f6570316530.tar.gz clp_fortran-973c015354c14aa6c7977a9906637f6570316530.zip |
Fixed interface functions that return C arrays to return Fortran pointers to arrays
Diffstat (limited to 'src/clp_constants.f90')
-rw-r--r-- | src/clp_constants.f90 | 5 |
1 files changed, 0 insertions, 5 deletions
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 |