Skip to content

Commit 6615c3c

Browse files
author
jeanyves-yang
committed
STYLE: tabs replaced with spaces.
1 parent 564ddce commit 6615c3c

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

Exercices/MedianFilter/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# This is the root ITK CMakeList file:
21
cmake_minimum_required(VERSION 2.8)
32

4-
# This project is designed to be built outside the Insight source tree.
53
project(MedianFilter)
64

75
# Find SlicerExecutionModel

Exercices/MedianFilter/MedianFilter.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@
55
<description>Median filter of a image</description>
66

77
<parameters>
8-
<label>IO</label>
9-
<description>Input/Output parameters</description>
8+
<label>IO</label>
9+
<description>Input/Output parameters</description>
1010

11-
<image>
12-
<name>input</name>
13-
<label>image input</label>
14-
<channel>image</channel>
15-
<index>0</index>
16-
<description>image input</description>
17-
</image>
18-
19-
<image>
20-
<name>output</name>
21-
<label>image output</label>
22-
<channel>image</channel>
23-
<index>1</index>
24-
<description>image output</description>
25-
</image>
11+
<image>
12+
<name>input</name>
13+
<label>image input</label>
14+
<channel>image</channel>
15+
<index>0</index>
16+
<description>image input</description>
17+
</image>
18+
19+
<image>
20+
<name>output</name>
21+
<label>image output</label>
22+
<channel>image</channel>
23+
<index>1</index>
24+
<description>image output</description>
25+
</image>
2626

27-
<integer>
28-
<name>radius</name>
29-
<longflag>radius</longflag>
27+
<integer>
28+
<name>radius</name>
29+
<longflag>radius</longflag>
3030
<flag>r</flag>
31-
<label>radius</label>
32-
<description>radius value</description>
31+
<label>radius</label>
32+
<description>radius value</description>
3333
<constraints>
3434
<minimum>1</minimum>
3535
</constraints>
36-
</integer>
36+
</integer>
3737

3838
</parameters>
3939

0 commit comments

Comments
 (0)