1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
/** @def SPCLEN
* @brief Size of the spcprm struct in @a int units.
*
* Size of the spcprm struct in @a int units, used by the Fortran wrappers.
*/
/** @def spcini_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #spc_errmsg directly now
* instead.
*/
/** @def spcprt_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #spc_errmsg directly now
* instead.
*/
/** @def spcset_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #spc_errmsg directly now
* instead.
*/
/** @def spcx2s_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #spc_errmsg directly now
* instead.
*/
/** @def spcs2x_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #spc_errmsg directly now
* instead.
*/
|