From 3768271f8645c7cbfd0318417a2033bbe9dd5c29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 5 Nov 2024 12:11:40 +0100
Subject: [PATCH] Testsuite: drop unused file

Should have been removed in b70d99d1b4af4e6799858902868300a246e3b492.
---
 tests/initval_file/ramst_initval_file_data.m | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 tests/initval_file/ramst_initval_file_data.m

diff --git a/tests/initval_file/ramst_initval_file_data.m b/tests/initval_file/ramst_initval_file_data.m
deleted file mode 100644
index cc1914ca1..000000000
--- a/tests/initval_file/ramst_initval_file_data.m
+++ /dev/null
@@ -1,14 +0,0 @@
-x = vertcat([ 1; 1.2 ], repmat(1, 200, 1));
-k = repmat(13, 202, 1);
-c = repmat(1.5, 202, 1);
-save('ramst_initval_file_data_col_vec_mat.mat','c','k','x');
-
-if ispc()
-    xlswrite('ramst_initval_file_excel',[x k c],1,'A2');
-    xlswrite('ramst_initval_file_excel',{'x' 'k' 'c'},1,'A1');
-end
-
-c=c';
-k=k';
-x=x';
-save('ramst_initval_file_data_row_vec_mat.mat','c','k','x');
-- 
GitLab