diff options
-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 |