oftraj_create Subroutine

public subroutine oftraj_create(name, dof, numopt)

Create a new Trajectory with the given name.

This new Trajectory will also become the current active one.

This applies to the current active Trajectory.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

Name of the trajectory to create.

integer(kind=int32), intent(in) :: dof

Number of degrees of freedom this trajectory has.

integer(kind=int32), intent(in) :: numopt

Number of optionals this trajectory has.