OpenFAST
Wind turbine multiphysics simulator
Public Member Functions | List of all members
nwtc_io::dispnvd Interface Reference

This routine displays the name of the program, its version, and its release date. More...

Public Member Functions

subroutine dispnvd0
 
subroutine dispnvd1 (ProgInfo, DispNWTCVer)
 
subroutine dispnvd2 (Name, Ver)
 
subroutine dispnvd0 ()
 This routine displays the name of the program, its version, and its release date. More...
 
subroutine dispnvd1 (ProgInfo, DispNWTCVer)
 This routine displays the name of the program, its version, and its release date. More...
 
subroutine dispnvd2 (Name, Ver)
 This routine displays the name of the program, its version, and its release date passed in as strings This routine is depricated and for legacy purposes only. More...
 

Detailed Description

This routine displays the name of the program, its version, and its release date.

Use DispNVD (nwtc_io::dispnvd) instead of directly calling a specific routine in the generic interface.

Member Function/Subroutine Documentation

◆ dispnvd0()

subroutine nwtc_io::dispnvd::dispnvd0 ( )

This routine displays the name of the program, its version, and its release date.

Use DispNVD (nwtc_io::dispnvd) instead of directly calling a specific routine in the generic interface.

◆ dispnvd1()

subroutine nwtc_io::dispnvd::dispnvd1 ( type( progdesc ), intent(in)  ProgInfo,
logical, intent(in), optional  DispNWTCVer 
)

This routine displays the name of the program, its version, and its release date.

Use DispNVD (nwtc_io::dispnvd) instead of directly calling a specific routine in the generic interface.

Parameters
[in]proginfoContains the name and version info
[in]dispnwtcverOption to display what version of the library is linked with the code

◆ dispnvd2()

subroutine nwtc_io::dispnvd::dispnvd2 ( character(*), intent(in)  Name,
character(*), intent(in)  Ver 
)

This routine displays the name of the program, its version, and its release date passed in as strings This routine is depricated and for legacy purposes only.

Please don't use for any new code (Dec-2012).

Parameters
[in]nameString containing the name of the program using the library
[in]verString containing the version and date info

The documentation for this interface was generated from the following files: