Miscellaneous functions¶
calceph_getversion_str¶
-
subroutine
calceph_getversion_str
(version) BIND(C)¶ Parameters: version [CHARACTER(len=1,kind=C_CHAR), dimension(CALCEPH_MAX_CONSTANTNAME), intent(out)] :: version of the library
This function returns the version of the CALCEPH Library, as a string.
Trailing blanks are added to the name version.
character(len=CALCEPH_MAX_CONSTANTNAME) version
call calceph_getversion_str(version)
write(*,*) 'library version is ', version