Skip to content

Commit

Permalink
Update transmission_helper.m
Browse files Browse the repository at this point in the history
tiny fix
  • Loading branch information
askhamwhat authored Oct 18, 2024
1 parent 7d53a70 commit 2124c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chunkie/+chnk/+helm2d/transmission_helper.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [kerns, varargout] = transmission_helper2(chnkobj,ks,cs,coefs,varargin)
function [kerns, varargout] = transmission_helper(chnkobj,ks,cs,coefs,varargin)
%CHNK.HELM2D.TRANSMISSION_HELPER builds the matrix of kernels required to call
% chunkermat and generate boundary data which is appropriately scaled for the linear
% system if requested.
Expand Down

0 comments on commit 2124c4e

Please sign in to comment.