Merged muonspin/musrfit:root6 into master
This commit is contained in:
commit
401ff9ead6
@ -30,7 +30,7 @@ if (${CPACK_GENERATOR} STREQUAL "RPM")
|
|||||||
set (CPACK_RPM_FILE_NAME "RPM-DEFAULT")
|
set (CPACK_RPM_FILE_NAME "RPM-DEFAULT")
|
||||||
set (CPACK_RPM_PACKAGE_RELEASE "1")
|
set (CPACK_RPM_PACKAGE_RELEASE "1")
|
||||||
# next variable for RHEL, CentOS, Fedora
|
# next variable for RHEL, CentOS, Fedora
|
||||||
set (CPACK_RPM_PACKAGE_RELEASE_DIST "")
|
set (CPACK_RPM_PACKAGE_RELEASE_DIST "el8")
|
||||||
set (CPACK_RPM_PACKAGE_LICENSE "GPLv2")
|
set (CPACK_RPM_PACKAGE_LICENSE "GPLv2")
|
||||||
set (CPACK_RPM_PACKAGE_VENDOR "Paul Scherrer Institute - LMU - LEM")
|
set (CPACK_RPM_PACKAGE_VENDOR "Paul Scherrer Institute - LMU - LEM")
|
||||||
set (CPACK_RPM_CHANGELOG_FILE "@PROJECT_SOURCE_DIR@/cmake/ChangeLogRPM")
|
set (CPACK_RPM_CHANGELOG_FILE "@PROJECT_SOURCE_DIR@/cmake/ChangeLogRPM")
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (C) 2007-2021 by Andreas Suter *
|
* Copyright (C) 2007-2023 by Andreas Suter *
|
||||||
* andreas.suter@psi.ch *
|
* andreas.suter@psi.ch *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
@ -6171,7 +6171,7 @@ Bool_t PMsrHandler::CheckMaps()
|
|||||||
if (FilterNumber(str, "map", MSR_PARAM_MAP_OFFSET, no)) {
|
if (FilterNumber(str, "map", MSR_PARAM_MAP_OFFSET, no)) {
|
||||||
mapVec.push_back(no);
|
mapVec.push_back(no);
|
||||||
mapBlock.push_back(1); // 1 = theory-block
|
mapBlock.push_back(1); // 1 = theory-block
|
||||||
mapLineNo.push_back(fTheory[i].fLineNo);
|
mapLineNo.push_back(fFunctions[i].fLineNo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (C) 2008-2014 by Bastian M. Wojek, Andreas Suter *
|
* Copyright (C) 2008-2023 by Bastian M. Wojek, Andreas Suter *
|
||||||
* *
|
* *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (C) 2010-2017 by Andreas Suter *
|
* Copyright (C) 2010-2023 by Andreas Suter *
|
||||||
* andreas.suter@psi.ch *
|
* andreas.suter@psi.ch *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (C) 2010-2016 by Andreas Suter *
|
* Copyright (C) 2010-2023 by Andreas Suter *
|
||||||
* andreas.suter@psi.ch *
|
* andreas.suter@psi.ch *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Copyright (C) 2010-2017 by Andreas Suter *
|
* Copyright (C) 2010-2023 by Andreas Suter *
|
||||||
* andreas.suter@psi.ch *
|
* andreas.suter@psi.ch *
|
||||||
* *
|
* *
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user