Skip to content
代码片段 群组 项目
提交 76f89588 编辑于 作者: Danilo Nitsche's avatar Danilo Nitsche
浏览文件

* fixed the memory leak I introduced in my commit

上级 65ab8079
分支
标签
无相关合并请求
......@@ -518,7 +518,7 @@ contains
FLOAT , intent(in) :: point(1:this%full%dim)
this%reduced%point(1:this%full%dim, ik) = point(1:this%full%dim)
call kpoints_grid_copy(this%reduced, this%full)
this%full%point(1:this%full%dim, ik) = point(1:this%full%dim)
end subroutine kpoints_set_point
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册