-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to structure & output
- Loading branch information
Showing
26 changed files
with
1,003 additions
and
1,111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Global_Variables.hpp | ||
* | ||
* Created on: 02.07.2015 | ||
* Author: DetlevCM | ||
*/ | ||
|
||
#ifndef SOURCE_GLOBAL_VARIABLES_HPP_ | ||
#define SOURCE_GLOBAL_VARIABLES_HPP_ | ||
|
||
|
||
|
||
// Shoddy implementation of PetroOxy logic | ||
extern PetroOxyCalculation PetroOxyData; | ||
extern int OxyGasSpeciesID; | ||
// end PetroOxy Logic | ||
|
||
#endif /* SOURCE_GLOBAL_VARIABLES_HPP_ */ |
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,25 @@ | ||
/* | ||
* Namespaces.hpp | ||
* | ||
* Created on: 02.07.2015 | ||
* Author: DetlevCM | ||
*/ | ||
|
||
#ifndef SOURCE_NAMESPACES_HPP_ | ||
#define SOURCE_NAMESPACES_HPP_ | ||
|
||
|
||
namespace GlobalArrays{ | ||
// Key parameters that define the whole reaction scheme - used globally via namespaces | ||
// Not sure if this is a good place to put it... | ||
extern vector< vector < str_RatesAnalysis > > RatesAnalysisData; | ||
extern vector< TrackSpecies > ProductsForRatesAnalysis; | ||
|
||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
#endif /* SOURCE_NAMESPACES_HPP_ */ |
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
Oops, something went wrong.