-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regularized the utilities in Resources/Utils so that their usage is m…
…ore uniform. E.g. called via the command line with a configuration file specified, where needed.
- Loading branch information
U-ADRICE\sb28
authored and
U-ADRICE\sb28
committed
Jan 4, 2023
1 parent
5c8b5f4
commit 0d10714
Showing
25 changed files
with
168 additions
and
86 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
2 changes: 1 addition & 1 deletion
2
...ils/calculateIonizationTemperature/build_scripts/build_calculateIonizationTemperature.bat
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 +1 @@ | ||
g++ -O3 -flto -Wall ../source/main.cpp ../../../../Radiation_Model/source/ionfrac.cpp ../../../../Radiation_Model/source/radiation.cpp ../../../../Radiation_Model/source/element.cpp ../../../source/fitpoly.cpp ../../../source/file.cpp -o ../../../../calculateIonizationTemperature.exe | ||
g++ -O3 -flto -Wall ../source/main.cpp ../../../../Radiation_Model/source/ionfrac.cpp ../../../../Radiation_Model/source/radiation.cpp ../../../../Radiation_Model/source/element.cpp ../../../source/fitpoly.cpp ../../../source/file.cpp -o ../calculateIonizationTemperature.exe |
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,6 +1,6 @@ | ||
Results | ||
4.0 8.0 0.01 | ||
0 0 | ||
0 600 | ||
|
||
// Results directory | ||
// (log10) temperature range and increment (dex) | ||
|
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
2 changes: 1 addition & 1 deletion
2
Resources/Utils/calculateVALheating/build_scripts/build_calculateVALheating.bat
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 +1 @@ | ||
g++ -O3 -flto -Wall ../source/main.cpp ../../../../Radiation_Model/source/radiation.cpp ../../../../Radiation_Model/source/element.cpp ../../../../Radiation_Model/source/OpticallyThick/OpticallyThickIon.cpp ../../../source/fitpoly.cpp ../../../source/file.cpp -o ../../../../calculateVALheating.exe | ||
g++ -O3 -flto -Wall ../source/main.cpp ../../../../Radiation_Model/source/radiation.cpp ../../../../Radiation_Model/source/element.cpp ../../../../Radiation_Model/source/OpticallyThick/OpticallyThickIon.cpp ../../../source/fitpoly.cpp ../../../source/file.cpp -o ../calculateVALheating.exe |
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
Empty file modified
0
Resources/Utils/extractQuantities/build_scripts/build_extractQuantities.bat
100644 → 100755
Empty file.
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,3 +1,4 @@ | ||
Results | ||
profile ine | ||
2 | ||
1 f | ||
|
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
Empty file modified
0
Resources/Utils/generatePieceWiseFit/build_scripts/build_generatePieceWiseFit.bat
100644 → 100755
Empty file.
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
Oops, something went wrong.