Merged muonspin/musrfit:root6 into master
This commit is contained in:
commit
467a799056
@ -193,10 +193,10 @@ static PTheoDataBase fgTheoDataBase[THEORY_MAX] = {
|
||||
"internFld", "if", "(fraction phase frequency Trate Lrate)", "(fraction phase frequency Trate Lrate tshift)"},
|
||||
|
||||
{THEORY_INTERNAL_FIELD_KORNILOV, THEORY_PARAM_INTERNAL_FIELD_KORNILOV, false,
|
||||
"internFldGK", "ifgk", "(fraction frequency Trate Lrate beta)", "(fraction frequency Trate Lrate beta tshift)"},
|
||||
"internFldGK", "ifgk", "(fraction frequency sigma lambda beta)", "(fraction frequency sigma lambda beta tshift)"},
|
||||
|
||||
{THEORY_INTERNAL_FIELD_LARKIN, THEORY_PARAM_INTERNAL_FIELD_LARKIN, false,
|
||||
"internFldLL", "ifll", "(fraction frequency Trate Lrate beta)", "(fraction frequency Trate Lrate beta tshift)"},
|
||||
"internFldLL", "ifll", "(fraction frequency sigma lambda beta)", "(fraction frequency sigma lambda beta tshift)"},
|
||||
|
||||
{THEORY_BESSEL, THEORY_PARAM_BESSEL, false,
|
||||
"bessel", "b", "(phase frequency)", "(phase frequency tshift)"},
|
||||
|
@ -9,11 +9,13 @@ packagesExist(Qt5WebEngine) {
|
||||
isEmpty( HAVE_QT_WEB_ENGINE ) {
|
||||
packagesExist(QtWebKit) {
|
||||
message("QtWebKit found")
|
||||
DEFINES += HAVE_QT_WEB_KIT
|
||||
HAVE_QT_WEB_ENGINE = 0
|
||||
}
|
||||
# Mac calls it Qt5WebKit, hence
|
||||
packagesExist(Qt5WebKit) {
|
||||
message("Qt5WebKit found")
|
||||
DEFINES += HAVE_QT_WEB_KIT
|
||||
HAVE_QT_WEB_ENGINE = 0
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user