/* =========================== piro_band_mat_global.h ======================= */

/* -----------------------------------------------------------------------------
 * PIRO_BAND.  Version 0.9.
 * Copyright (C) 2009, Sivasankaran Rajamanickam, Timothy A. Davis.
 * PIRO_BAND is licensed under Version 2.0 of the GNU
 * General Public License.  See gpl.txt for a text of the license.
 * PIRO_BAND is also available under other licenses; contact authors for 
 * details. http://www.cise.ufl.edu/research/sparse
 * -------------------------------------------------------------------------- */

/* The global variable piro_band_flops is defined here. Include this header file
 * to use it.
 * */
#ifndef PIRO_BAND_MAT_GLOBAL_H
#define PIRO_BAND_MAT_GLOBAL_H

extern double piro_band_flops ; 
double piro_band_flops = 0.0 ; 

#endif

