Skip to content
Snippets Groups Projects
Commit f5ff8572 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

regenerated python API for Simulation

parent d3f24cb1
No related branches found
No related tags found
No related merge requests found
......@@ -353,15 +353,6 @@ void register_Simulation_class(){
, setThreadInfo_function_type( &::Simulation::setThreadInfo )
, ( bp::arg("thread_info") ) );
}
{ //::Simulation::smearIntensityFromZAxisTilting
typedef void ( ::Simulation::*smearIntensityFromZAxisTilting_function_type )( ) ;
Simulation_exposer.def(
"smearIntensityFromZAxisTilting"
, smearIntensityFromZAxisTilting_function_type( &::Simulation::smearIntensityFromZAxisTilting ) );
}
{ //::IParameterized::areParametersChanged
......
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