From 8ed851ad0781ac96149a309cd2b94085f2d5f7bc Mon Sep 17 00:00:00 2001 From: Seiya Hayakawa Date: Tue, 21 Jun 2022 01:46:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0380d..03bada1 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. -- GitLab