Skip to content

Commit 32db68e

Browse files
authored
Merge pull request #1920 from SCIInstitute/module-convert
New module
2 parents a918451 + 51ec17a commit 32db68e

File tree

11 files changed

+1990
-297
lines changed

11 files changed

+1990
-297
lines changed

src/Core/Algorithms/Legacy/Fields/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SET(Core_Algorithms_Legacy_Fields_HEADERS
4747
FieldData/SetFieldData.h
4848
FieldData/SetFieldDataToConstantValue.h
4949
FieldData/SwapFieldDataWithMatrixEntriesAlgo.h
50-
#FieldData/SmoothVecFieldMedian.h
50+
FieldData/SmoothVecFieldMedianAlgo.h
5151
Mapping/BuildMappingMatrixAlgo.h
5252
DomainFields/GetDomainBoundaryAlgo.h
5353
MeshDerivatives/GetFieldBoundaryAlgo.h
@@ -149,7 +149,7 @@ SET(Core_Algorithms_Legacy_Fields_SRCS
149149
#FieldData/ConvertMappingMatrixToFieldData.cc
150150
FieldData/SetFieldData.cc
151151
FieldData/SetFieldDataToConstantValue.cc
152-
#FieldData/SmoothVecFieldMedian.cc
152+
FieldData/SmoothVecFieldMedianAlgo.cc
153153
#FilterFieldData/DilateFieldData.cc
154154
#FilterFieldData/ErodeFieldData.cc
155155
#FilterFieldData/TriSurfPhaseFilter.cc

src/Core/Algorithms/Legacy/Fields/FieldData/SmoothVecFieldMedian.cc

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

0 commit comments

Comments
 (0)