Linked to python
This commit is contained in:
parent
db1d63b04f
commit
ddaac4a97a
3 changed files with 11 additions and 1 deletions
|
@ -75,6 +75,12 @@ CosmoPower::CosmoPower()
|
|||
updateCosmology();
|
||||
}
|
||||
|
||||
CosmoPower::~CosmoPower()
|
||||
{
|
||||
if (ehu_params)
|
||||
delete ehu_params;
|
||||
}
|
||||
|
||||
/*
|
||||
* This is \hat{tophat}
|
||||
*/
|
||||
|
|
|
@ -91,6 +91,7 @@ namespace CosmoTool {
|
|||
};
|
||||
|
||||
CosmoPower();
|
||||
~CosmoPower();
|
||||
|
||||
void setFunction(CosmoFunction f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue