diff options
author | 2024-03-10 21:53:45 +0600 | |
---|---|---|
committer | 2024-03-10 21:53:45 +0600 | |
commit | 2353b1a10dafea846ab657db887cce55b36705a6 (patch) | |
tree | 571484ea5dc519479110778102982402a9eb2651 | |
parent | 9bb1850eb74237917c3ff8d3ab8315f3c196ff73 (diff) | |
download | entropy-calc-2353b1a10dafea846ab657db887cce55b36705a6.tar.gz entropy-calc-2353b1a10dafea846ab657db887cce55b36705a6.zip |
Add new header file for element state reading
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ After building the project, you can run the program by clicking on the "Run" but "-g", "${file}", "./headers/allElements.cpp", // Add this line + "./headers/readElementState.cpp", // Add this line "-o", "${fileDirname}/${fileBasenameNoExtension}" ], |