Skip to content

Commit cc1a412

Browse files
committed
formatting
1 parent e1112e5 commit cc1a412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaMEM_io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ function save_LaMEM_markers_parallel(Grid::CartData; PartitioningFile = empty, d
493493
println("Writing LaMEM marker file -> $fname") # print info
494494
end
495495
lvec_output = [lvec_info; lvec_prtcls] # one vec with info about length
496-
496+
497497
PetscBinaryWrite_Vec(fname, lvec_output) # Write PETSc vector as binary file
498498

499499
end

0 commit comments

Comments
 (0)