<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Times New Roman">Dear Prof. Blaha,<br>
<br>
I came across the following when someone else used "dipan
dipan.def" instead of "x dipan".<br>
<br>
You might want to change the definition file error messages for
dipan on lines 87-88 in SRC_dipan/dipan.f of WIEN2k 14.2 to
something like:<br>
<br>
8000 WRITE(*,*) ' ERROR IN OPENING:',fname<br>
STOP 'dipan.def'<br>
<br>
Below is a test case before and after the change in a bash
terminal ($):<br>
<br>
username@computername:~/wiendata/test$ ls<br>
test.indipan test.struct<br>
username@computername:~/wiendata/test$ dipan dipan.def<br>
ERROR IN OPENING NN.DEF !!!!<br>
NN.DEF<br>
username@computername:~/wiendata/test$ cd $WIENROOT/SRC_dipan<br>
username@computername:~/WIEN2k/SRC_dipan$ patch -b dipan.f
dipan.patch <br>
patching file dipan.f<br>
username@computername:~/WIEN2k/SRC_dipan$ make<br>
...<br>
username@computername:~/WIEN2k/SRC_dipan$ cp dipan ..<br>
username@computername:~/WIEN2k/SRC_dipan$ cd ~/wiendata/test<br>
username@computername:~/wiendata/test$ dipan dipan.def<br>
ERROR IN OPENING:<br>
dipan.def
<br>
<br>
dipan.def<br>
</font><br>
<font face="Times New Roman"><font face="Times New Roman">dipan.patch
should be available at</font> <a class="moz-txt-link-freetext"
href="https://github.com/gsabo/WIEN2k-Patches/tree/master/14.2">https://github.com/gsabo/WIEN2k-Patches/tree/master/14.2</a>
(click WIEN2k-Patches and Download ZIP)<br>
<br>
Best Regards,<br>
<br>
Gavin<br>
</font>
</body>
</html>