Allow qp_edit to increase n_det

This commit is contained in:
Anthony Scemama 2019-05-15 15:46:42 +02:00
parent 81a3997853
commit 137c67c9e8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ end = struct
let n_det_old =
Ezfio.get_determinants_n_det ()
in
min n_det_old (Det_number.to_int n)
Det_number.to_int n
|> Ezfio.set_determinants_n_det
;;