Linked to python

This commit is contained in:
Guilhem Lavaux 2015-04-28 22:15:40 +02:00
parent db1d63b04f
commit ddaac4a97a
3 changed files with 11 additions and 1 deletions

View file

@ -75,6 +75,12 @@ CosmoPower::CosmoPower()
updateCosmology();
}
CosmoPower::~CosmoPower()
{
if (ehu_params)
delete ehu_params;
}
/*
* This is \hat{tophat}
*/

View file

@ -91,6 +91,7 @@ namespace CosmoTool {
};
CosmoPower();
~CosmoPower();
void setFunction(CosmoFunction f);