diff options
author | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2020-12-07 10:59:32 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2020-12-07 10:59:32 -0500 |
commit | e25ea4ff2a009a7db2b622ec3d0b7ad055672cd9 (patch) | |
tree | c4542106e73422cb1ce978043450e671039a23fb | |
parent | 90a03f0f871e8d68d25a9b8bef36a9838c2f5bf5 (diff) | |
download | clp_fortran-e25ea4ff2a009a7db2b622ec3d0b7ad055672cd9.tar.gz clp_fortran-e25ea4ff2a009a7db2b622ec3d0b7ad055672cd9.zip |
Fixed two headings that should have been bold in README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,12 +26,12 @@ The instructions for working with prebuilt COIN Linear Programming libraries on Four Simply Fortran projects are included in this distribution. -** For Compiling the Clp-Fortran interface library: ** +**For Compiling the Clp-Fortran interface library:** * *libClpFortran.prj* - Produces a static library for use with the static build of the COIN Linear Programming library in *clp-bin* * *libClpFortran.dll.prj* - Produces a DLL for use with the prebuilt COIN Linear Programming DLL library in *clp-dll* -** Examples using the Clp-Fortran interface library: ** +**Examples using the Clp-Fortran interface library:** * *clp-example.prj* - Builds an example program using static libraries * *clp-example-using-dlls.prj* - Builds an example program using shared libraries |