Skip to content
Snippets Groups Projects
Commit dffb7a18 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Switching to 2016 nuclear mass table

parent 9b5bc811
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ void Nucleus::SetUp(string isotope){
ifstream inFile;
string Path = getenv("NPTOOL") ;
string FileName = Path + "/NPLib/Physics/nubtab12.asc";
string FileName = Path + "/NPLib/Physics/nubtab16.asc";
inFile.open(FileName.c_str());
// reading the file
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment