Skip to content

Commit

Permalink
Small change.
Browse files Browse the repository at this point in the history
  • Loading branch information
RS-Coop committed Nov 20, 2023
1 parent 40f97cf commit d9339da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_quadconv/mesh_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def construct(self, point_seq, mirror=False, quad_map='param_quad', quad_args={"

#construct weight map
if weight_map is True:
self.build_weight_map()
self.const = const
self.build_weight_map()

#get quad map
quad_map = getattr(quadrature, quad_map)
Expand Down

0 comments on commit d9339da

Please sign in to comment.