Skip to content
Snippets Groups Projects
Commit ab5e26b7 authored by tokies's avatar tokies
Browse files

Fixed: Call to wrong function name.

parent 551597de
No related branches found
No related tags found
No related merge requests found
function grid = pdetool2grid(p,e,t)
% generate grid structure from matlab pdetool-triple
grid = generate_grid(p, t(1:3,:));
grid = generateGrid(p, t(1:3,:));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment