aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2010-08-04 16:42:44 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2010-08-04 16:42:44 +0200
commit988a20d21a7963166306c3c3c08a6930ac2079f4 (patch)
tree87a2e5ddf9840261e3fe0f251c175c15a12c2247 /Tools
parent81ade1b00b8d8ab4cae427dbbef3f45926ce18da (diff)
Blank.m: Add empty template Mathematica source file
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CodeGen/Blank.m28
1 files changed, 28 insertions, 0 deletions
diff --git a/Tools/CodeGen/Blank.m b/Tools/CodeGen/Blank.m
new file mode 100644
index 0000000..21122a7
--- /dev/null
+++ b/Tools/CodeGen/Blank.m
@@ -0,0 +1,28 @@
+
+(* Copyright 2004 Sascha Husa, Ian Hinder, Christiane Lechner
+
+ This file is part of Kranc.
+
+ Kranc is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Kranc is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Kranc; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+*)
+
+BeginPackage["Blank`", {"Errors`", "Helpers`", "Kranc`"}];
+
+Begin["`Private`"];
+
+
+End[];
+
+EndPackage[];