get_total_charge 1.0
--------------------

REQUIREMENTS: VMD Version 1.1 or greater

DESCRIPTION:
	get_total_charge returns the charge of molecule # 'molid', where
	molid is an index passed to the procedure


PROCEDURES:
	get_total_charge - takes one argument, the molecule id (defaults to
	top)

EXAMPLE USAGE
	#get the total charge of the top molecule
	get_total_charge

	#get the total charge of molecule number 2
	get_total_charge 2


DOWNLOAD THE FILE:
	get_total_charge.tcl

AUTHOR:
	Andrew Dalke (dalke@ks.uiuc.edu)