Get GIT revision
This commit is contained in:
parent
f04e7dd41b
commit
9665bb9c6a
5 changed files with 148 additions and 2 deletions
|
@ -21,7 +21,7 @@ using namespace std;
|
|||
#define POWER_BDM 7
|
||||
#define POWER_TEST 8
|
||||
|
||||
#define POWER_SPECTRUM HU_WIGGLES
|
||||
#define POWER_SPECTRUM POWER_EFSTATHIOU
|
||||
|
||||
namespace Cosmology {
|
||||
|
||||
|
|
|
@ -118,6 +118,13 @@ public:
|
|||
static const NcType t = ncInt;
|
||||
};
|
||||
|
||||
template<>
|
||||
class NetCDF_type<unsigned int>
|
||||
{
|
||||
public:
|
||||
static const NcType t = ncInt;
|
||||
};
|
||||
|
||||
template<>
|
||||
class NetCDF_type<float>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue