NAME
freeconfig - Deallocate memory for LPJmL configuration
SYNOPSIS
#include "lpj.h"
void freeconfig(Config *config);
DESCRIPTION
Function deallocates memory for LPJmL configuration. The
argument of freeconfig is:
config
LPJmL configuration data.
RETURN VALUE
None.
AUTHORS
For authors and contributors see AUTHORS file
COPYRIGHT
(C) Potsdam Institute for Climate Impact Research (PIK), see
COPYRIGHT file
SEE ALSO
readconfig(3), initconfig(3), initmpiconfig(3)