diff options
author | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2020-10-15 12:21:00 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2020-10-15 12:21:00 -0400 |
commit | 0522e832700cab5bbf7eeea413d93d68041b9405 (patch) | |
tree | 93de0033bcc185e93136938e88e68547b0478e47 /libClpFortran.prj | |
parent | a5fcf00e55a94943c7fbe8f04775e3b986a829fc (diff) | |
download | clp_fortran-0522e832700cab5bbf7eeea413d93d68041b9405.tar.gz clp_fortran-0522e832700cab5bbf7eeea413d93d68041b9405.zip |
Added utilty module for converting to/from C strings. Added some procedures to interface with C routines that accept/return strings.
Diffstat (limited to 'libClpFortran.prj')
-rw-r--r-- | libClpFortran.prj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libClpFortran.prj b/libClpFortran.prj index d100f44..f000ad3 100644 --- a/libClpFortran.prj +++ b/libClpFortran.prj @@ -10,6 +10,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", |