mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Initialize variables in SimulationLoader
This commit is contained in:
parent
91926434a4
commit
5573b82c44
2 changed files with 6 additions and 2 deletions
|
@ -10,7 +10,11 @@ protected:
|
|||
bool do_redshift;
|
||||
int redshift_axis;
|
||||
|
||||
SimulationLoader() {}
|
||||
SimulationLoader()
|
||||
{
|
||||
do_redshift = false;
|
||||
redshift_axis = 2;
|
||||
}
|
||||
|
||||
void applyTransformations(CosmoTool::SimuData *s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue