Another fix for bug #22505 (https://gna.org/bugs/?22505).
This is the failure of the structure.create_diff_tensor_pdb user function when no structural data is
present. Now the cdp.structure data structure is checked, when present, if it contains any data
using its own empty() method.
........