Skip to content

Commit

Permalink
uvh2.m -> uvh.m
Browse files Browse the repository at this point in the history
  • Loading branch information
GHilmarG committed Oct 13, 2023
1 parent e79a0e4 commit 477edaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 186 deletions.
2 changes: 1 addition & 1 deletion Ua2D.m
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
% uvh implicit step (The F on input is based on an explicit estimate, on
% return I have the implicit estimate. The explicit estimate is only there to
% speed up the non-linear solver.
[UserVar,RunInfo,F,l,BCs,dt]=uvh2(UserVar,RunInfo,CtrlVar,MUA,F0,F,l,l,BCs);
[UserVar,RunInfo,F,l,BCs,dt]=uvh(UserVar,RunInfo,CtrlVar,MUA,F0,F,l,l,BCs);

CtrlVar.dt=dt; % I might have changed dt within uvh

Expand Down
185 changes: 0 additions & 185 deletions uvh2.m

This file was deleted.

0 comments on commit 477edaf

Please sign in to comment.