From 8bcc342eb757f7d5c6930b0adc13983e74efee78 Mon Sep 17 00:00:00 2001 From: Jeff Armstrong Date: Thu, 8 Oct 2020 11:21:16 -0400 Subject: Initial commit of original code --- src/clp_constants.f90 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/clp_constants.f90 (limited to 'src/clp_constants.f90') 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 -- cgit v1.2.3