Skip to content

Commit fd9605a

Browse files
committed
reenable
1 parent 5be7019 commit fd9605a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common-tools/clas-reco/src/main/java/org/jlab/clas/reco/ReconMutil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ List<Object> read(List<Object> chunk) {
412412
* Close the output file.
413413
*/
414414
void close() {
415-
//serial.closure(writer);
415+
serial.closure(writer);
416416
writer.close();
417417
System.out.println(Benchmark.getInstance());
418418
System.out.println(String.format("recon-mutil :: read/write/tagged/diff = %d/%d/%d/%d",

0 commit comments

Comments
 (0)