From 2353b1a10dafea846ab657db887cce55b36705a6 Mon Sep 17 00:00:00 2001 From: SharafatKarim Date: Sun, 10 Mar 2024 21:53:45 +0600 Subject: Add new header file for element state reading --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5aff9db..13552b7 100644 --- a/README.md +++ b/README.md @@ -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}" ], -- cgit v1.2.3