From f3bd935a2ff9c87bf8383419e492e8ca1dcff411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Wed, 17 Jun 2020 20:06:08 +0200 Subject: [PATCH] Apply suggestion to meshmode/discretization/connection/chained.py --- meshmode/discretization/connection/chained.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/discretization/connection/chained.py b/meshmode/discretization/connection/chained.py index 66028716..9990e865 100644 --- a/meshmode/discretization/connection/chained.py +++ b/meshmode/discretization/connection/chained.py @@ -271,7 +271,7 @@ def make_full_resample_matrix(actx, connection): This method will be very slow, both in terms of speed and memory usage, and should only be used for testing or if absolutely necessary. - :arg queue: a :class:`meshmode.array_context.ArrayContext`. + :arg actx: a :class:`meshmode.array_context.ArrayContext`. :arg connection: a :class:`~meshmode.discretization.connection.DiscretizationConnection`. :return: a :class:`pyopencl.array.Array` of shape -- GitLab