<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear developers,<br>
    <br>
    I am starting to use Wannier90 and ran into a segmentation fault
    problem.<br>
    After looking at the code, it is clear what is happening.<br>
    <br>
    In <i>kslice.F90</i>, the code tries to use an array before it gets
    allocated.<br>
    <br>
    The faulty lineĀ  is<br>
    <i><br>
    </i><i>bnddataunit(n) = io_file_unit()</i><i><br>
    </i><br>
    It is interesting to note that <i>bnddataunit</i> seems to not be
    used in the code.<br>
    <br>
    Best regards,<br>
    Nicolas
  </body>
</html>