10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-01 10:55:25 +02:00

Fixed bug in xyz file

This commit is contained in:
Anthony Scemama 2017-07-05 12:57:26 +02:00
parent fea4176820
commit 703ea08146

View File

@ -150,7 +150,7 @@ let of_xyz_file
in
let result =
try
int_of_string x > 0
(int_of_string @@ String.strip x) > 0
with
| Failure "int_of_string" -> false
in