|
[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 6e999d: allow user to throw an exception from the meta cod...
GitHub
noreply at github.com
Thu Jun 29 11:56:57 BST 2017
Branch: refs/heads/feature-2.0
Home: https://github.com/FlexibleSUSY/FlexibleSUSY
Commit: 6e999d43918f8a4fee30b584cf664723db579505
https://github.com/FlexibleSUSY/FlexibleSUSY/commit/6e999d43918f8a4fee30b584cf664723db579505
Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
Date: 2017-06-29 (Thu, 29 Jun 2017)
Changed paths:
M src/error.hpp
M src/wrappers.hpp
M test/test_wrappers.cpp
Log Message:
-----------
allow user to throw an exception from the meta code
Example:
HighScaleInput = {
{\[Lambda], lambdaTree
+ If[lambdaTree = 0, FSThrow["lambda = 0"], 0]
}
};
More information about the Flexiblesusy-commits
mailing list
|