From 0522e832700cab5bbf7eeea413d93d68041b9405 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 15 Oct 2020 12:21:00 -0400 Subject: Added utilty module for converting to/from C strings. Added some procedures to interface with C routines that accept/return strings. --- libClpFortran.prj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libClpFortran.prj') diff --git a/libClpFortran.prj b/libClpFortran.prj index d100f44..f000ad3 100644 --- a/libClpFortran.prj +++ b/libClpFortran.prj @@ -9,6 +9,9 @@ },{ "filename":".\\src\\clp_constants.f90", "enabled":"1" + },{ + "filename":".\\src\\clp_interface_utils.f90", + "enabled":"1" },{ "filename":".\\src\\clp_types.f90", "enabled":"1" @@ -55,12 +58,13 @@ }, "Build Dependencies":1, "Launch Options":{ + "Build Before Launch":"true", "Working Directory":"", "Launch Using MPI":"false", "Keep Console":"true", - "External Console":"false", + "Executable":"", "Command Line Arguments":"", - "Build Before Launch":"true" + "External Console":"false" }, "Build Options":{ "Makefile":"Makefile", -- cgit v1.2.3