9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 10:15:18 +02:00

Removed unused variable

This commit is contained in:
Anthony Scemama 2019-03-20 13:45:25 +01:00
parent 2702d3b023
commit 7a8f3785a1

View File

@ -2,9 +2,6 @@ open Qptypes
open Element
let () =
let indices =
Array.init 78 (fun i -> i)
in
let out_channel =
open_out (Qpackage.root ^ "/data/list_element.txt")
in