mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
MDL: add stdout message from initialisation in SimParams
This commit is contained in:
parent
a69ee81325
commit
bb6ebf6ada
@ -177,6 +177,13 @@ int SimParams::parseFromCmdl(char *argv[], RInsidePOET &R) {
|
||||
cout << "CPP: DHT save snapshots is " << chem_params.dht_snaps << endl;
|
||||
cout << "CPP: DHT load file is " << chem_params.dht_file << endl;
|
||||
}
|
||||
|
||||
if (chem_params.use_interp) {
|
||||
cout << "CPP: PHT interpolation enabled: " << chem_params.use_interp << endl;
|
||||
cout << "CPP: PHT interp-size = " << chem_params.pht_size << endl;
|
||||
cout << "CPP: PHT interp-min = " << chem_params.interp_min_entries << endl;
|
||||
cout << "CPP: PHT interp-bucket-entries = " << chem_params.pht_max_entries << endl;
|
||||
}
|
||||
}
|
||||
|
||||
cmdl(1) >> filesim;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user