diff src/IHC.cpp @ 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.cpp	Wed Mar 28 07:12:22 2012 +0000
@@ -0,0 +1,28 @@
+/*
+ * IHCparameters.cpp
+ *
+ *  Created on: 25 mar 2012
+ *      Author: ulha
+ */
+
+#include "IHC.h"
+
+IHC_parameters::IHC_parameters() {
+	// TODO Auto-generated constructor stub
+
+}
+
+IHC_parameters::~IHC_parameters() {
+	// TODO Auto-generated destructor stub
+}
+
+//
+
+IHC_coefficients::IHC_coefficients() {
+	// TODO Auto-generated constructor stub
+
+}
+
+IHC_coefficients::~IHC_coefficients() {
+	// TODO Auto-generated destructor stub
+}