aboutsummaryrefslogtreecommitdiff
path: root/src/clp_constants.f90
diff options
context:
space:
mode:
authorJeff Armstrong <jeffrey.armstrong@approximatrix.com>2020-10-08 11:21:16 -0400
committerJeff Armstrong <jeffrey.armstrong@approximatrix.com>2020-10-08 11:21:16 -0400
commit8bcc342eb757f7d5c6930b0adc13983e74efee78 (patch)
tree33b03105928374b29bb900fd39f828beadb0328a /src/clp_constants.f90
downloadclp_fortran-8bcc342eb757f7d5c6930b0adc13983e74efee78.tar.gz
clp_fortran-8bcc342eb757f7d5c6930b0adc13983e74efee78.zip
Initial commit of original code
Diffstat (limited to 'src/clp_constants.f90')
-rw-r--r--src/clp_constants.f905
1 files changed, 5 insertions, 0 deletions
diff --git a/src/clp_constants.f90 b/src/clp_constants.f90
new file mode 100644
index 0000000..49bff2c
--- /dev/null
+++ b/src/clp_constants.f90
@@ -0,0 +1,5 @@
+module clp_constants
+ use iso_c_binding
+ implicit none
+
+end module clp_constants