Skip to content

Commit d6443f9

Browse files
author
vetlewi
committed
Added support for optional components and fronting and backing.
Added support in the Worker class for having optional components, user decided width units, fronting and backing.
1 parent a2784d6 commit d6443f9

File tree

5 files changed

+578
-470
lines changed

5 files changed

+578
-470
lines changed

Qkinz.pro

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SOURCES += source/main.cpp \
5959
source/tables/src/ame2012_mass_tables.cpp \
6060
source/tables/src/ame2012_masses.cpp \
6161
source/tables/src/ziegler1985_table.cpp \
62-
source/tables/src/excitation.cpp \
62+
source/tables/src/excitation.cpp
6363

6464

6565
HEADERS += source/gui/include/mainwindow.h \
@@ -95,9 +95,7 @@ HEADERS += source/gui/include/mainwindow.h \
9595
source/tables/include/ziegler1985_table.h \
9696
source/tables/include/excitation.h \
9797
source/global.h \
98-
source/types.h \
99-
selectfrontbackform.h
100-
98+
source/types.h
10199

102100
FORMS += source/gui/forms/mainwindow.ui \
103101
source/gui/forms/selectbeamform.ui \

0 commit comments

Comments
 (0)