mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Be more verbose
This commit is contained in:
parent
cc28abc14d
commit
91926434a4
1 changed files with 4 additions and 1 deletions
|
@ -600,8 +600,11 @@ int main(int argc, char **argv)
|
|||
{
|
||||
vector<long> targets, split;
|
||||
long loaded = 0;
|
||||
SimuData *simu = loader->loadFile(nf);
|
||||
SimuData *simu;
|
||||
|
||||
cout << "Loading file number " << nf+1 << " / " << loader->num_files() << endl;
|
||||
simu = loader->loadFile(nf);
|
||||
|
||||
metricTransform(simu, args_info.axis_arg, args_info.preReShift_flag,
|
||||
args_info.peculiarVelocities_flag, expfact,
|
||||
args_info.cosmo_flag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue