/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
 * others.  For conditions of distribution and use see copyright notice in license.txt */

#ifndef MOLCOL_H_
#define MOLCOL_H_

/**molcol generate and print molecular column densities 
\param *chLabel
\param *ioMEAN file for any prints
*/
void molcol(
	const char *chLabel,
	FILE *ioMEAN );

#endif /* MOLCOL_H_ */
