Skip to content

Commit d1bf565

Browse files
Deactivating temporarily unsage_store!
1 parent 35ba209 commit d1bf565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PXestTypeMethods.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ function p6est_horizontally_adapt_reset_callbacks()
498498
q2_ptr=p2est_quadrant_array_index(forest.layers[], f)
499499
@assert p2est_quadrant_is_equal(q2_ptr,layer_ptr)
500500

501-
unsafe_store!(Ptr{Cint}(q2_ptr[].p.user_data), user_data, 1)
501+
#unsafe_store!(Ptr{Cint}(q2_ptr[].p.user_data), user_data, 1)
502502
end
503503

504504
current_layer_within_column=current_layer_within_column+1

0 commit comments

Comments
 (0)