summaryrefslogtreecommitdiff
path: root/applications/DumpGDSIIFile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/DumpGDSIIFile.cc')
-rw-r--r--applications/DumpGDSIIFile.cc36
1 files changed, 0 insertions, 36 deletions
diff --git a/applications/DumpGDSIIFile.cc b/applications/DumpGDSIIFile.cc
deleted file mode 100644
index 253f1f4..0000000
--- a/applications/DumpGDSIIFile.cc
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright (C) 2005-2017 Massachusetts Institute of Technology
-%
-% This program 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, or (at your option)
-% any later version.
-%
-% This program 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 this program; if not, write to the Free Software Foundation,
-% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*/
-
-/*
- * DumpGDSIIFile -- simple test/demo program for libGDSII library
- * -- for working with GDSII files
- * Homer Reid 11/2017
- */
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
-#include <string>
-
-#include "libGDSII.h"
-#include "GDSIIOptions.h"
-
-int main(int argc, char *argv[])
-{
- GDSIIOptions *Options = ProcessGDSIIOptions(argc, argv);
-}