Skip to content

Commit

Permalink
Fixed line endings for real
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Mar 4, 2022
1 parent 60a1717 commit c7a6f18
Show file tree
Hide file tree
Showing 84 changed files with 7,163 additions and 7,547 deletions.
4 changes: 0 additions & 4 deletions interfaces/Matlab_Toolbox_Revamp/1D/AxiStagnFLow.m

This file was deleted.

8 changes: 4 additions & 4 deletions interfaces/Matlab_Toolbox_Revamp/1D/AxiStagnFlow.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function m = AxiStagnFLow(gas)
% Get an axisymmetric stagnation flow domain.
m = Domain1D(1, gas);
end
function m = AxiStagnFLow(gas)
% Get an axisymmetric stagnation flow domain.
m = Domain1D(1, gas);
end
22 changes: 11 additions & 11 deletions interfaces/Matlab_Toolbox_Revamp/1D/AxisymmetricFlow.m
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
function m = AxisymmetricFlow(gas, id)
% Create an axisymmetric flow domain.
% :param id:
% String ID of the flow.
m = Domain1D(1, gas);
if nargin == 1
m.setID('flow');
else
m.setID(id);
end
end
function m = AxisymmetricFlow(gas, id)
% Create an axisymmetric flow domain.
% :param id:
% String ID of the flow.
m = Domain1D(1, gas);
if nargin == 1
m.setID('flow');
else
m.setID(id);
end
end
205 changes: 0 additions & 205 deletions interfaces/Matlab_Toolbox_Revamp/1D/CounterFLowDiffusionFLame.m

This file was deleted.

Loading

0 comments on commit c7a6f18

Please sign in to comment.