summaryrefslogtreecommitdiff
path: root/science/openmx/files/patch-Input__std.c
diff options
context:
space:
mode:
Diffstat (limited to 'science/openmx/files/patch-Input__std.c')
-rw-r--r--science/openmx/files/patch-Input__std.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/science/openmx/files/patch-Input__std.c b/science/openmx/files/patch-Input__std.c
deleted file mode 100644
index d8e1325a911b..000000000000
--- a/science/openmx/files/patch-Input__std.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- Input_std.c.orig 2018-09-12 02:18:32 UTC
-+++ Input_std.c
-@@ -85,7 +85,7 @@ void Input_std(char *file)
-
- input_string("System.CurrrentDirectory",filepath,"./");
- input_string("System.Name",filename,"default");
-- input_string("DATA.PATH",DFT_DATA_PATH,"../DFT_DATA13");
-+ //input_string("DATA.PATH",DFT_DATA_PATH,"../DFT_DATA13");
- input_int("level.of.stdout", &level_stdout,1);
- input_int("level.of.fileout",&level_fileout,1);
- input_logical("memory.usage.fileout",&memoryusage_fileout,0); /* default=off */