Bioplib
Protein Structure C Library
|
Source code for Biop deprecated functions. More...
#include "deprecated.h"
#include "pdb.h"
#include "aalist.h"
#include "cssr.h"
#include "fit.h"
#include "hbond.h"
#include "seq.h"
Go to the source code of this file.
Source code for Biop deprecated functions.
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
Allows code utilising BiopLib to compile without modification to use function names with the 'bl' prefix.(The 'bl' prefix was introduced in July 2014.)
Allows use of deprecated functions that take a single character for the PDB chain identifier or insert value.
Code using deprecated functions can be compiled without modification, however, all deprecated functions use the DEPRECATED macro which prints a warning message to stderr when a deprecated function is called.
The warning message can be suppressed as either an option at the compilation of the library or by setting an environment variable at runtime.
Definition in file deprecatedBiop.c.