Skip to content

Commit 096150d

Browse files
Update src/LaMEM_post_processing.jl
Co-authored-by: Albert de Montserrat <[email protected]>
1 parent 2eb65c9 commit 096150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaMEM_post_processing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ julia> file_info = deserialize_file(output_dir,name)
510510

511511
function deserialize_file(output_dir::String,name::String)
512512

513-
file_name = string(name)*".txt"
513+
file_name = name * ".txt"
514514
output_name=joinpath(output_dir,file_name)
515515

516516
det_info =[]

0 commit comments

Comments
 (0)