Age | Commit message (Collapse) | Author |
|
|
|
Fixes CRYS-205
|
|
Fixes CRYS-212
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As recommended on the XDSwiki for indexing individual frames
|
|
Previously, we were reading the very first cell to pop out of the
indexing, which didn't even follow the requested lattice type or
centering. The result was that XDS couldn't index any centered lattices
without cell combinations.
|
|
|
|
|
|
|
|
It's supposed to ignore it, but apparently it doesn't.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
spectrum.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Prevents a confusing error message that Felix doesn't work, when in fact
the problem is that no cell has been given (and Felix needs one).
|
|
Since we've had the separate worker folders for a long time, it's not
needed any more. Removing them will make the temporary folders easier
to clean up.
|
|
|
|
|
|
|
|
|
|
|
|
Use it directly (no fallbacks, at least not until someone really needs
it).
Also, use the full LDFLAGS instead of just LIBRARIES, because the former
also includes the link directories.
|