adding the "alive" field

This commit is contained in:
tth 2022-02-08 13:24:04 +01:00
parent d84c6d969c
commit 5c6ceb9a81
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Lesquelles évoluent en fonction du temps.
```
type t_bloubs
character(8) :: nick
logical :: alive
integer :: num
real :: px, py, pz
real :: vx, vy, vz