From 5c6ceb9a81828932ee7e7e2dc270031cce30ab2f Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 8 Feb 2022 13:24:04 +0100 Subject: [PATCH] adding the "alive" field --- BloubWorld/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BloubWorld/README.md b/BloubWorld/README.md index 136ef07..d5a90b9 100644 --- a/BloubWorld/README.md +++ b/BloubWorld/README.md @@ -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