Skip to content

Commit c7a6f18

Browse files
committed
Fixed line endings for real
1 parent 60a1717 commit c7a6f18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+7163
-7547
lines changed

interfaces/Matlab_Toolbox_Revamp/1D/AxiStagnFLow.m

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function m = AxiStagnFLow(gas)
2-
% Get an axisymmetric stagnation flow domain.
3-
m = Domain1D(1, gas);
4-
end
1+
function m = AxiStagnFLow(gas)
2+
% Get an axisymmetric stagnation flow domain.
3+
m = Domain1D(1, gas);
4+
end
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
function m = AxisymmetricFlow(gas, id)
2-
% Create an axisymmetric flow domain.
3-
% :param id:
4-
% String ID of the flow.
5-
m = Domain1D(1, gas);
6-
if nargin == 1
7-
m.setID('flow');
8-
else
9-
m.setID(id);
10-
end
11-
end
1+
function m = AxisymmetricFlow(gas, id)
2+
% Create an axisymmetric flow domain.
3+
% :param id:
4+
% String ID of the flow.
5+
m = Domain1D(1, gas);
6+
if nargin == 1
7+
m.setID('flow');
8+
else
9+
m.setID(id);
10+
end
11+
end

interfaces/Matlab_Toolbox_Revamp/1D/CounterFLowDiffusionFLame.m

Lines changed: 0 additions & 205 deletions
This file was deleted.

0 commit comments

Comments
 (0)