From a16cc72daf9ded00925043903e4b06a37dd5ff04 Mon Sep 17 00:00:00 2001
From: madsmpedersen <m@madsp.dk>
Date: Mon, 21 Dec 2015 08:59:47 +0100
Subject: [PATCH] tmp deleted

---
 wetb/hawc2/tests/test_files/htcfiles/tmp.htc | 26 --------------------
 1 file changed, 26 deletions(-)
 delete mode 100644 wetb/hawc2/tests/test_files/htcfiles/tmp.htc

diff --git a/wetb/hawc2/tests/test_files/htcfiles/tmp.htc b/wetb/hawc2/tests/test_files/htcfiles/tmp.htc
deleted file mode 100644
index 368d5b03..00000000
--- a/wetb/hawc2/tests/test_files/htcfiles/tmp.htc
+++ /dev/null
@@ -1,26 +0,0 @@
-  begin simulation;
-    time_stop	200;
-  end simulation;
-  begin dll;	
-;
-    begin type2_dll;
-      name	risoe_controller;
-      begin output;
-        general time;	 [s]
-        constraint bearing1	shaft_rot 1 only 2;	 Drivetrain speed [rad/s]
-      end output;
-    end type2_dll;
-    begin type2_dll;
-      name	risoe_controller2;
-      begin output;
-        general time;	 [s]
-        constraint bearing1	shaft_rot 1 only 2;	 Drivetrain speed [rad/s]
-      end output;
-    end type2_dll;
-  end dll;
-  begin output;
-    filename	./res/dlc14_iec61400-1ed3/dlc14_wsp10_wdir000_s0000;
-    time	100 200;
-    general time;
-  end output;
-  exit;
-- 
GitLab