'Added desc;'

This commit is contained in:
Arkadiusz Hypki 2024-03-18 14:32:19 +01:00
parent b92da058d2
commit 79a3026f11

View File

@ -1,3 +1,10 @@
Columns description is in the beginning of the files. Columns description is in the beginning of the files.
Compute number of black holes formed per every timesteps (column timenr) from files inter-binevoldat and inter-binsin.dat. At the end we should see something like a histogram. Compute number of black holes formed per every timesteps (column timenr) from files inter-binevoldat and inter-binsin.dat. At the end we should see something like a histogram.
Hints:
* column 17 - initial star's type, it has to be smaller than 14
* column 37 - final star's type, it has to be 14 (internal note that we have a black hole(BH))
So, BH formes if the type was not 14 in column 17, but in the same line, in the column 37 equals 14.