|
[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] dc4d43: mangage one problem class per modelGitHub noreply at github.comThu Aug 24 12:39:31 BST 2017
Branch: refs/heads/feature-2.0 Home: https://github.com/FlexibleSUSY/FlexibleSUSY Commit: dc4d439dadec3af1f68adf9699188108cd37c8e6 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/dc4d439dadec3af1f68adf9699188108cd37c8e6 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-23 (Wed, 23 Aug 2017) Changed paths: M examples/customized-betas/MSSMcbs_spectrum_generator.hpp M examples/switch_MSSM.cpp M examples/tower/MSSMD5O_MSSMRHN_spectrum_generator.hpp M src/module.mk M src/problems.cpp M src/problems.hpp A src/spectrum_generator_problems.cpp A src/spectrum_generator_problems.hpp M src/standard_model.hpp A src/string_utils.cpp A src/string_utils.hpp M templates/librarylink.cpp.in M templates/mass_eigenstates.hpp.in M templates/scan.cpp.in M templates/slha_io.cpp.in M templates/slha_io.hpp.in M templates/spectrum_generator_interface.hpp.in M test/test_problems.cpp Log Message: ----------- mangage one problem class per model Commit: 7fda7fadcf4b122d53bbc0da0da9f8b4253a613a https://github.com/FlexibleSUSY/FlexibleSUSY/commit/7fda7fadcf4b122d53bbc0da0da9f8b4253a613a Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-23 (Wed, 23 Aug 2017) Changed paths: M meta/FlexibleSUSY.m M src/standard_model.cpp M templates/module.mk M templates/run_cmd_line.cpp.in M templates/scan.cpp.in M templates/semi_analytic_high_scale_spectrum_generator.hpp.in M templates/semi_analytic_low_scale_spectrum_generator.hpp.in M templates/spectrum_generator_interface.hpp.in A templates/standard_model_spectrum_generator_interface.hpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.hpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.hpp.in M templates/two_scale_high_scale_spectrum_generator.hpp.in M templates/two_scale_low_scale_spectrum_generator.hpp.in Log Message: ----------- put all model objectes into the SG interface class in order to treat them uniformly Commit: bdc686f6cc74e7f253944243be4f52d78b24c3db https://github.com/FlexibleSUSY/FlexibleSUSY/commit/bdc686f6cc74e7f253944243be4f52d78b24c3db Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-23 (Wed, 23 Aug 2017) Changed paths: M templates/spectrum_generator_interface.hpp.in M templates/standard_model_spectrum_generator_interface.hpp.in Log Message: ----------- fill SG problems after the run Commit: 9900e32170500c38b3649dbc5715a48c5ae1abe7 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9900e32170500c38b3649dbc5715a48c5ae1abe7 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-23 (Wed, 23 Aug 2017) Changed paths: M templates/run_cmd_line.cpp.in M templates/scan.cpp.in M templates/spectrum_generator_interface.hpp.in M templates/standard_model_spectrum_generator_interface.hpp.in M test/test_CE6SSM_consistent_solutions.cpp M test/test_CMSSMSemiAnalytic_consistent_solutions.cpp M test/test_CNMSSM_consistent_solutions.cpp M test/test_SMSemiAnalytic_consistent_solutions.cpp M test/test_SSMSemiAnalytic_consistent_solutions.cpp M test/test_THDMIIEWSBAtMZSemiAnalytic_consistent_solutions.cpp M test/test_lowNUHMSSMSemiAnalytic_consistent_solutions.cpp Log Message: ----------- remove old redundant setters Commit: 95527d4b823889fd2ca3e8e2cc4aa17448a9952d https://github.com/FlexibleSUSY/FlexibleSUSY/commit/95527d4b823889fd2ca3e8e2cc4aa17448a9952d Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-24 (Thu, 24 Aug 2017) Changed paths: A src/bvp_solver_problems.cpp A src/bvp_solver_problems.hpp M src/module.mk M src/rg_flow.hpp M src/spectrum_generator_problems.cpp M src/spectrum_generator_problems.hpp M src/two_scale_solver.hpp M templates/librarylink.cpp.in M templates/semi_analytic_high_scale_spectrum_generator.cpp.in M templates/semi_analytic_low_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_high_scale_spectrum_generator.cpp.in M templates/standard_model_two_scale_low_scale_spectrum_generator.cpp.in M templates/two_scale_high_scale_spectrum_generator.cpp.in M templates/two_scale_low_scale_spectrum_generator.cpp.in Log Message: ----------- move solver problems into a separate class Commit: 22482c27afcb6a90d13fdff2e6083d083510b0f3 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/22482c27afcb6a90d13fdff2e6083d083510b0f3 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-24 (Thu, 24 Aug 2017) Changed paths: M src/standard_model.hpp M templates/info.hpp.in Log Message: ----------- fix compilation with clang++ Commit: 78982c7d643e1e41ceacda2298f75be241216857 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/78982c7d643e1e41ceacda2298f75be241216857 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-24 (Thu, 24 Aug 2017) Changed paths: M src/bvp_solver_problems.cpp Log Message: ----------- simplify the code a bit an add a comment Commit: 2e5ac1f3a25eeb7ff5961301a3e67816cc8dbcf5 https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2e5ac1f3a25eeb7ff5961301a3e67816cc8dbcf5 Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de> Date: 2017-08-24 (Thu, 24 Aug 2017) Changed paths: M templates/librarylink.cpp.in Log Message: ----------- Merge remote-tracking branch 'organization/feature-2.0' into feature-2.0 Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/12d00f3cabdd...2e5ac1f3a25e
More information about the Flexiblesusy-commits mailing list |