Get GIT revision

This commit is contained in:
Your Name 2011-05-31 10:08:44 -04:00
parent f04e7dd41b
commit 9665bb9c6a
5 changed files with 148 additions and 2 deletions

View file

@ -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 {

View file

@ -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>
{