Skip to content
Snippets Groups Projects
Commit 65ea5c5a authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Whitespace

parent 5c9a361c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ ylabel('y')
for i=1:length(y)
for j=1:length(x)
f(i,j) = duneevaluate([ X(i,j); Y(i,j) ]);
f(i,j) = duneevaluate([ X(i,j); Y(i,j) ]);
end
end
clear X Y;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment