Bioplib
Protein Structure C Library
|
Source code for all deprecated functions. More...
#include "deprecated.h"
#include "general.h"
#include "BuffInp.h"
#include "ErrStack.h"
#include "MathUtil.h"
#include "WindIO.h"
#include "angle.h"
#include "array.h"
#include "help.h"
#include "hpgl.h"
#include "matrix.h"
#include "parse.h"
#include "plotting.h"
#include "ps.h"
#include "safemem.h"
#include "eigen.h"
#include "regression.h"
Go to the source code of this file.
Source code for all 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.)
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 deprecatedGen.c.