Skip to content

Commit

Permalink
no friction removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSachs committed Oct 27, 2023
1 parent fbc9750 commit f5463e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datautils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function json2internal(filename )
# friction_tensor = (blockformat ? reinterpret(Matrix{SMatrix{3,3,Float64,9}}, d.friction_tensor) : d.friction_tensor),
# friction_indices = Int64.(d.friction_indices.+1)[:],
# hirshfeld_volumes=d.hirshfeld_volumes,
no_friction = Int64.(d.no_friction)[:]
# no_friction = Int64.(d.no_friction)[:]
)
end
for i in 1:length(df)];
Expand Down

0 comments on commit f5463e9

Please sign in to comment.