Skip to content

Commit a40a8fc

Browse files
committed
Remove unsafe check:
If pointer is passed in uninitialised we cannot check for its association status.
1 parent 4c3e950 commit a40a8fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

assemble/Adapt_Integration.F90

-3
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,6 @@ subroutine adapt_mesh(input_positions, metric, output_positions, node_ownership,
275275
assert(face_loc(input_positions, 1) == snloc)
276276
end if
277277
assert(metric%mesh == input_positions%mesh)
278-
if(present(node_ownership)) then
279-
assert(.not. associated(node_ownership))
280-
end if
281278
#endif
282279

283280
ewrite(2, *) "Forming adaptmem arguments"

0 commit comments

Comments
 (0)