diff src/IHC.h @ 477:c03e8ead1862 carfac_cpp

Skeleton draft of CARFAC classes.
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 07:12:22 +0000
parents
children 83e813152671
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/IHC.h	Wed Mar 28 07:12:22 2012 +0000
@@ -0,0 +1,23 @@
+/*
+ * 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_ */