view branches/carfac_cpp/src/IHC.h @ 538:81b01c88a257

Skeleton draft of CARFAC classes.
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 07:12:22 +0000
parents
children 750075ee8e3a
line wrap: on
line source
/*
 * IHC.h
 *
 *  Created on: 25 mar 2012
 *      Author: ulha
 */

#ifndef IHC_H_
#define IHC_H_

class IHC_parameters {
public:
	IHC_parameters();
	virtual ~IHC_parameters();
};

class IHC_coefficients {
public:
	IHC_coefficients();
	virtual ~IHC_coefficients();
};

#endif /* IHC_H_ */