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
|
in
|
||||||
let result =
|
let result =
|
||||||
try
|
try
|
||||||
int_of_string x > 0
|
(int_of_string @@ String.strip x) > 0
|
||||||
with
|
with
|
||||||
| Failure "int_of_string" -> false
|
| Failure "int_of_string" -> false
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user