diff --git a/README.md b/README.md index bf0380d2635bc621c8ebf22e4df2203a9f5f2d22..03bada1ced6a5338e2184689293354540ca64cfe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ There are several different commands: If you succeed “make install”, a static library libenewzlib.a will be created on /usr/local/lib/ . This allows you to use enewz subrotine (and others such as eoldzsub, rangezsub, range2ezsub, etc.) in C++ codes. -There are both subrotines named enewzsub and enewzsub_etot, etc. The input and output energies of the former are treated in **MeV/u**, while those of the latter in **MeV**. +There are both subrotines named **enewzsub** and **enewzsub_etot**, etc. The input and output energies of the former are treated in **MeV/u**, while those of the latter in **MeV**. There is a sample macro (test_enewz.C) and a makefile (Makefile_test) to demonstrate how to use enewz in C++. The makefile automatically determines the OS (Linux or Mac, I did not test it on Windows). You might need to change the path of “libstdc++.a” in the makefile.