msg-byu / kgridGen

Generator for Generalized Regular k-point grids
6 stars 6 forks source link

Updated variable types to agree with `symlib`. #27

Closed wsmorgan closed 5 years ago

wsmorgan commented 5 years ago

Changed pointer to allocatable in the subroutines that interact with symlib functions to match changes made to the symlib functions.

glwhart commented 5 years ago

No big changes here but symlib had a number of places where pointers had been changed to be allocatable arrays instead. This changed the interfaces to many functions. This PR addresses the changes in kgridgen necessary to maintain compatibility with symlib