ready for another run ?

This commit is contained in:
tth
2022-02-18 19:30:10 +01:00
parent 64206904ca
commit 47a383f3b6
9 changed files with 66 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ program mergebloubs
use bloubspace
implicit none
integer, parameter :: NB_MAX_BLOUBS = 20000
integer, parameter :: NB_MAX_BLOUBS = 25000
character(200) :: infile, outfile
type(t_bloubs) :: bloub, newbloub