-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final changes made for the draft PR review
- Loading branch information
1 parent
c0a4f23
commit 464a84f
Showing
6 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/DesignQuery/scripts/cpp_script_for_sdt_generation/main_sdtgen_cpp_nlohman_lib_v5.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* @file main_sdtgen_cpp_nlohman_lib_v5.cpp | ||
* @author Zaid Tahir ([email protected] or [email protected] or https://github.com/zaidtahirbutt) | ||
* @author Zaid Tahir ([email protected] or [email protected] or | ||
* https://github.com/zaidtahirbutt) | ||
* @date 2023-08-30 | ||
* @copyright Copyright 2021 The Foedag team | ||
|
4 changes: 2 additions & 2 deletions
4
src/DesignQuery/scripts/cpp_script_for_sdt_generation/sdtgen_cpp_nlohman_lib_v5.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* @file sdtgen_cpp_nlohman_lib_v5.cpp | ||
* @author Zaid Tahir ([email protected] or [email protected] or https://github.com/zaidtahirbutt) | ||
* @author Zaid Tahir ([email protected] or [email protected] or | ||
* https://github.com/zaidtahirbutt) | ||
* @date 2023-08-30 | ||
* @copyright Copyright 2021 The Foedag team | ||
|
4 changes: 2 additions & 2 deletions
4
src/DesignQuery/scripts/cpp_script_for_sdt_generation/sdtgen_cpp_nlohman_lib_v5.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* @file sdtgen_cpp_nlohman_lib_v5.h | ||
* @author Zaid Tahir ([email protected] or [email protected] or https://github.com/zaidtahirbutt) | ||
* @author Zaid Tahir ([email protected] or [email protected] or | ||
* https://github.com/zaidtahirbutt) | ||
* @date 2023-08-30 | ||
* @copyright Copyright 2021 The Foedag team | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* @file sdtgen.cpp | ||
* @author Zaid Tahir ([email protected] or [email protected] or https://github.com/zaidtahirbutt) | ||
* @author Zaid Tahir ([email protected] or [email protected] or | ||
* https://github.com/zaidtahirbutt) | ||
* @date 2023-08-30 | ||
* @copyright Copyright 2021 The Foedag team | ||
|
@@ -24,12 +24,12 @@ | |
*/ | ||
|
||
#include "sdtgen.h" | ||
|
||
#include <cstdio> | ||
|
||
#include "nlohmann_json/json.hpp" | ||
|
||
#include "sdtgen.h" | ||
|
||
using namespace std; | ||
|
||
#include <fstream> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* @file sdtgen.h | ||
* @author Zaid Tahir ([email protected] or [email protected] or https://github.com/zaidtahirbutt) | ||
* @author Zaid Tahir ([email protected] or [email protected] or | ||
* https://github.com/zaidtahirbutt) | ||
* @date 2023-08-30 | ||
* @copyright Copyright 2021 The Foedag team | ||
|