Sets/changes the number of sub loops for a control loop.  
 More...
Sets/changes the number of sub loops for a control loop. 
- Todo:
- is this really a public method??? 
Definition at line 1436 of file opencmiss_iron.f90.
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsset::cmfe_controlloop_numberofsubloopssetnumber0 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), intent(in) | controlLoopIdentifier, |  
          |  |  | integer(intg), intent(in) | numberOfSubLoops, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the number of sub-control loops for a control loop identified by user numbers. 
- Todo:
- is this really public??? 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to set the number of sub loops for for. |  | [in] | controlloopidentifier | The control loop identifier. |  | [in] | numberofsubloops | The number of sub loops for the specified control loop to set. |  | [out] | err | The error code. |  
 
Definition at line 17383 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsset::cmfe_controlloop_numberofsubloopssetnumber1 | ( | integer(intg), intent(in) | problemUserNumber, |  
          |  |  | integer(intg), dimension(:), intent(in) | controlLoopIdentifiers, |  
          |  |  | integer(intg), intent(in) | numberOfSubLoops, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the number of sub-control loops for a control loop identified by user numbers. 
- Todo:
- is this really public??? 
- Parameters
- 
  
    | [in] | problemusernumber | The user number of the problem to set the number of sub loops for. |  | [in] | controlloopidentifiers | The control loop identifiers. |  | [in] | numberofsubloops | The number of sub loops for the specified control loop to set. |  | [out] | err | The error code. |  
 
Definition at line 17422 of file opencmiss_iron.f90.
 
 
  
  | 
        
          | subroutine opencmiss_iron::cmfe_controlloop_numberofsubloopsset::cmfe_controlloop_numberofsubloopssetobj | ( | type(cmfe_controllooptype), intent(inout) | controlLoop, |  
          |  |  | integer(intg), intent(in) | numberOfSubLoops, |  
          |  |  | integer(intg), intent(out) | err |  
          |  | ) |  |  |  | private | 
 
Sets/changes the number of sub-control loops for a control loop identified by an object. 
- Todo:
- is this really public??? 
- Parameters
- 
  
    | [in,out] | controlloop | The control loop to set the number of sub loops for. |  | [in] | numberofsubloops | The number of sub loops for the specified control loop. |  | [out] | err | The error code. |  
 
Definition at line 17461 of file opencmiss_iron.f90.