diff --git a/src/interface_routines.f90 b/src/interface_routines.f90 index 89fd873f..4a74aba9 100644 --- a/src/interface_routines.f90 +++ b/src/interface_routines.f90 @@ -332,11 +332,11 @@ END SUBROUTINE INTERFACE_CREATE_START !================================================================================================================================ ! - !>Returns the coordinate system of region. \see OPENCMISS::CMISSRegion_CoordinateSystemGet + !>Returns the coordinate system of an interface. \see OPENCMISS::CMISSInterface_CoordinateSystemGet SUBROUTINE INTERFACE_COORDINATE_SYSTEM_GET(INTERFACE,COORDINATE_SYSTEM,ERR,ERROR,*) !Argument variables - TYPE(INTERFACE_TYPE), POINTER :: INTERFACE !Sets the coordinate system of an interface. \see OPENCMISS::CMISSInterfaceCoordinateSystemSet + !>Sets the coordinate system of an interface. \see OPENCMISS::CMISSInterface_CoordinateSystemSet SUBROUTINE INTERFACE_COORDINATE_SYSTEM_SET(INTERFACE,COORDINATE_SYSTEM,ERR,ERROR,*) !Argument variables diff --git a/src/opencmiss.f90 b/src/opencmiss.f90 index 8f821249..b1a473fd 100644 --- a/src/opencmiss.f90 +++ b/src/opencmiss.f90 @@ -32054,12 +32054,12 @@ END SUBROUTINE CMISSInterface_CreateStartObj !================================================================================================================================ ! - !>Sets/changes the coordinate system for a region identified by an user number. + !>Sets/changes the coordinate system for an interface identified by an user number. SUBROUTINE CMISSInterface_CoordinateSystemSetNumber(parentRegionUserNumber,interfaceUserNumber,coordinateSystemUserNumber,Err) !Argument variables INTEGER(INTG), INTENT(IN) :: parentRegionUserNumber !Sets/changes the coordinate system for a region identified by an object. + !>Sets/changes the coordinate system for an interface identified by an object. SUBROUTINE CMISSInterface_CoordinateSystemSetObj(interface,coordinateSystem,err) !Argument variables