Skip to content

Commit

Permalink
Revert "Temporarily deactivating finalization of octrees"
Browse files Browse the repository at this point in the history
This reverts commit f3eda20.
  • Loading branch information
amartinhuertas committed Dec 6, 2023
1 parent a4c0add commit 46ec925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OctreeDistributedDiscreteModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function Init(a::OctreeDistributedDiscreteModel)
end

function Finalize(a::OctreeDistributedDiscreteModel)
#octree_distributed_discrete_model_free!(a)
octree_distributed_discrete_model_free!(a)
return nothing
end

Expand Down

0 comments on commit 46ec925

Please sign in to comment.