#ifndef LOGICAL_H
#define LOGICAL_H

typedef long int logical;	/* type of fortran logical, according to f2c */

#endif	/* LOGICAL_H */
