-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Phil Ahrenkiel
authored and
Phil Ahrenkiel
committed
Nov 17, 2023
1 parent
b59030b
commit 3c82620
Showing
5 changed files
with
29 additions
and
10 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
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
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifndef HPWHversion_hh | ||
#define HPWHversion_hh | ||
|
||
#include <string> | ||
#include <sstream> | ||
#include <cmath> | ||
#include <iostream> | ||
#include <iomanip> | ||
#include <functional> | ||
#include <memory> | ||
|
||
#include <cstdio> | ||
#include <cstdlib> //for exit | ||
#include <vector> | ||
|
||
#define HPWHVRSN_MAJOR @HPWHsim_VRSN_MAJOR@ | ||
#define HPWHVRSN_MINOR @HPWHsim_VRSN_MINOR@ | ||
#define HPWHVRSN_PATCH @HPWHsim_VRSN_PATCH@ | ||
#define HPWHVRSN_META "@HPWHsim_VRSN_META@" | ||
|
||
#endif |
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