diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 16:10:53 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-10-29 16:10:53 -0400 |
commit | 9b380489a4084097380b18f58bb2116613f891ee (patch) | |
tree | edbb313fdd5bf3246d866d6d691d7aa22b92ded4 /clp-example.prj | |
parent | 9fac184765c3756de6b22cf110a6fc3f626d2fe1 (diff) | |
download | clp_fortran-9b380489a4084097380b18f58bb2116613f891ee.tar.gz clp_fortran-9b380489a4084097380b18f58bb2116613f891ee.zip |
Implemented the C example driver program in Fortran. Updates to name routines to read rather than write when appropriate. Minor callback fixes.
Diffstat (limited to 'clp-example.prj')
-rw-r--r-- | clp-example.prj | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/clp-example.prj b/clp-example.prj index 9497bd2..fd3ebe0 100644 --- a/clp-example.prj +++ b/clp-example.prj @@ -11,7 +11,10 @@ "Folders":[], "Name":"+src", "Files":[{ - "filename":".\\src\\main.f90", + "filename":".\\src\\examples\\basic.f90", + "enabled":"0" + },{ + "filename":".\\src\\examples\\driver.f90", "enabled":"1" }] }], @@ -56,12 +59,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.example", |