File tree Expand file tree Collapse file tree 5 files changed +0
-14
lines changed
Expand file tree Collapse file tree 5 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ SET(Algorithms_Math_SRCS
4444 ComputePCA.cc
4545 CollectMatrices/CollectMatricesAlgorithm.cc
4646 ReportMatrixSliceMeasureAlgo.cc
47- SortMatrixAlgo.cc
4847)
4948
5049SET (Algorithms_Math_HEADERS
@@ -66,7 +65,6 @@ SET(Algorithms_Math_HEADERS
6665 ComputePCA.h
6766 CollectMatrices/CollectMatricesAlgorithm.h
6867 ReportMatrixSliceMeasureAlgo.h
69- SortMatrixAlgo.h
7068)
7169
7270SCIRUN_ADD_LIBRARY(Algorithms_Math
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ SET(Interface_Modules_Math_FORMS
4242 ReportColumnMatrixMisfit.ui
4343 CollectMatrices.ui
4444 ReportMatrixSliceMeasureDialog.ui
45- SortMatrixDialog.ui
4645)
4746
4847SET (Interface_Modules_Math_HEADERS
@@ -61,7 +60,6 @@ SET(Interface_Modules_Math_HEADERS
6160 ReportColumnMatrixMisfitDialog.h
6261 CollectMatricesDialog.h
6362 ReportMatrixSliceMeasureDialog.h
64- SortMatrixDialog.h
6563)
6664
6765IF (WITH_QWT_WIDGETS)
@@ -85,7 +83,6 @@ SET(Interface_Modules_Math_SOURCES
8583 ReportColumnMatrixMisfitDialog.cc
8684 CollectMatricesDialog.cc
8785 ReportMatrixSliceMeasureDialog.cc
88- SortMatrixDialog.cc
8986)
9087
9188QT4_WRAP_UI(Interface_Modules_Math_FORMS_HEADERS ${Interface_Modules_Math_FORMS} )
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ SET(Interface_Modules_String_FORMS
3333 NetworkNotes.ui
3434 PrintMatrixIntoStringDialog.ui
3535 PrintStringIntoStringDialog.ui
36- TestModuleSimpleUIDialog.ui
3736)
3837
3938SET (Interface_Modules_String_HEADERS
@@ -43,7 +42,6 @@ SET(Interface_Modules_String_HEADERS
4342 NetworkNotesDialog.h
4443 PrintMatrixIntoStringDialog.h
4544 PrintStringIntoStringDialog.h
46- TestModuleSimpleUIDialog.h
4745)
4846
4947SET (Interface_Modules_String_SOURCES
@@ -52,7 +50,6 @@ SET(Interface_Modules_String_SOURCES
5250 NetworkNotesDialog.cc
5351 PrintMatrixIntoStringDialog.cc
5452 PrintStringIntoStringDialog.cc
55- TestModuleSimpleUIDialog.cc
5653)
5754
5855QT4_WRAP_UI(Interface_Modules_String_FORMS_HEADERS ${Interface_Modules_String_FORMS} )
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ SET(Modules_Math_SRCS
4141 ReportMatrixSliceMeasure.cc
4242 SolveLinearSystem.cc
4343 ComputePCA.cc
44- SortMatrix.cc
4544)
4645
4746SET (Modules_Math_HEADERS
@@ -60,7 +59,6 @@ SET(Modules_Math_HEADERS
6059 share.h
6160 SolveLinearSystem.h
6261 ComputePCA.h
63- SortMatrix.h
6462)
6563
6664SCIRUN_ADD_LIBRARY(Modules_Math
Original file line number Diff line number Diff line change 2929SET (Modules_String_SRCS
3030 CreateString.cc
3131 NetworkNotes.cc
32- TestModuleSimple.cc
33- TestModuleSimpleUI.cc
3432)
3533
3634SET (Modules_String_HEADERS
3735 CreateString.h
3836 NetworkNotes.h
3937 share.h
40- TestModuleSimple.h
41- TestModuleSimpleUI.h
4238)
4339
4440SCIRUN_ADD_LIBRARY(Modules_String
You can’t perform that action at this time.
0 commit comments