|
[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] d59582: separate two-scale files from general model files ...
GitHub
noreply at github.com
Sun Jul 12 11:45:38 BST 2015
Branch: refs/heads/feature-semianalytic-solver
Home: https://github.com/FlexibleSUSY/FlexibleSUSY
Commit: d595820a6978fd38768a3d3c9a59dada5c10a5e0
https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d595820a6978fd38768a3d3c9a59dada5c10a5e0
Author: Alexander Voigt <Alexander.Voigt at desy.de>
Date: 2015-07-12 (Sun, 12 Jul 2015)
Changed paths:
M templates/module.mk.in
Log Message:
-----------
separate two-scale files from general model files in the makefile
Now, further solvers can be added to the makefile module via
ifneq ($(findstring root,$(ALGORITHMS)),)
LIB at CLASSNAME@_SRC += \
$(DIR)/@CLASSNAME at _root_model.cpp
LIB at CLASSNAME@_HDR += \
$(DIR)/@CLASSNAME at _root_model.hpp
endif
Commit: 47a04b17348ad75811738bc463bcfd2b706bd113
https://github.com/FlexibleSUSY/FlexibleSUSY/commit/47a04b17348ad75811738bc463bcfd2b706bd113
Author: Alexander Voigt <Alexander.Voigt at desy.de>
Date: 2015-07-12 (Sun, 12 Jul 2015)
Changed paths:
M templates/module.mk.in
Log Message:
-----------
remove trailing backslash
Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/b351ef3833af...47a04b17348a
More information about the Flexiblesusy-commits
mailing list
|