- Jul 26, 2016
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
no need for "AlgorithmType" in each variable name, as all these variables sit in namespace AlgorithmTypes
-
Wuttke, Joachim authored
new file Fit/FitKernel/AlgorithmNames.h so that Fit no longer depends on Core/Basics/BornAgainNamespace.h
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 25, 2016
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Basics mainly contains base classes; Tools contains utilities that are definitely not meant for inheritance
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Merge branch 'sampletree' into develop: This resolves #1527, simplify containsMagneticMaterial, printSampleTree, genPyScript.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
all labels are now set through template function ISample::containedSubclass<>() instead of visitor mechanism
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
in typedef materials_t: LabelMap<const IMaterial*> -> typedef std::map<const IMaterial*, std::string>
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
ISample::containsMagneticMaterial() now without use ISample::containedMaterials(), to decouple concerns and prepare for change of the latter
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
pEqual(const IMaterial*, const IMaterial*) in IMaterial.cpp now fully replaces definesSameMaterial(..)
-
Wuttke, Joachim authored
insertMaterials moved from visit() to top-level; for the moment, called on all IMaterial* pointers, including duplicates.
-
Wuttke, Joachim authored
No harm for previous usein ISample::containsMagneticMaterial(), and prepares for use in Python code dump.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 23, 2016
-
-
Wuttke, Joachim authored
prepare for refactoring Python export; simplify OrderedMap -> LabelMap, and move it to where it is used
-
Wuttke, Joachim authored
regenerated bindings; rm SamplePrintVisitor.*, which is fully replaced by to_str() in ISample and derived classes. This resolves the second third of #1527
-