diff options
author | 2024-03-11 19:39:19 +0600 | |
---|---|---|
committer | 2024-03-11 19:39:19 +0600 | |
commit | 4daf1ff779afa5e31c161974dc25f808ecae1e1b (patch) | |
tree | 0da9c5aee07ab5fad873136f5f523c4648f4d249 | |
parent | b5e3678f0520139a962609e36954f05cf4f0619b (diff) | |
parent | 2353b1a10dafea846ab657db887cce55b36705a6 (diff) | |
download | entropy-calc-4daf1ff779afa5e31c161974dc25f808ecae1e1b.tar.gz entropy-calc-4daf1ff779afa5e31c161974dc25f808ecae1e1b.zip |
Merge pull request #2 from SharafatKarim/vscode
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}" ], |