mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Fixed bug in xyz file
This commit is contained in:
parent
fea4176820
commit
703ea08146
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user