Skip to content
Snippets Groups Projects
Commit 5f441f10 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

regenerate; copy edit

parent 679c8ac7
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,8 @@ bool MultiLayerUtils::ContainsCompatibleMaterials(const MultiLayer& multilayer)
}
bool MultiLayerUtils::hasRoughness(const MultiLayer& sample) {
for (size_t i = 0; i < sample.numberOfLayers() - 1; i++) {
for (size_t i = 0; i < sample.numberOfLayers() - 1; i++)
if (sample.layerInterface(i)->getRoughness())
return true;
}
return false;
}
......@@ -2169,18 +2169,18 @@ Returns default units to convert to.
";
// File: namespaceINodeUtils.xml
%feature("docstring") INodeUtils::ChildNodesOfType "std::vector<const T*> INodeUtils::ChildNodesOfType(const INode &node)
";
// File: namespacemumufit.xml
%feature("docstring") INodeUtils::OnlyChildOfType "const T* INodeUtils::OnlyChildOfType(const INode &node)
";
%feature("docstring") INodeUtils::AllDescendantsOfType "std::vector<const T*> INodeUtils::AllDescendantsOfType(const INode &node)
// File: namespacenode__progenity.xml
%feature("docstring") node_progenity::ChildNodesOfType "std::vector<const T*> node_progenity::ChildNodesOfType(const INode &node)
";
%feature("docstring") node_progenity::OnlyChildOfType "const T* node_progenity::OnlyChildOfType(const INode &node)
";
// File: namespacemumufit.xml
%feature("docstring") node_progenity::AllDescendantsOfType "std::vector<const T*> node_progenity::AllDescendantsOfType(const INode &node)
";
// File: namespaceObjectiveMetricUtils.xml
......@@ -2608,7 +2608,7 @@ Helper factory function to use in GISASSimulation. Depending on the type of det
// File: ExportToPython_8h.xml
// File: INodeUtils_8h.xml
// File: NodeProgenity_8h.xml
// File: PyFmt_8cpp.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment