


brede_loc_loc2loc - Convert location structure to location
Lout = brede_loc_loc2loc(Lin)
Input: Lin Input 'Loc' structure
Output: Lout Output 'Loc' structure
This function converts a 'Loc' structure represented as a cell
array of structures to a array of structures.
It also converts the 'coord' field to a numeric
representation and sets the x, y and z fields based on the
'coord' field. If the 'coord' field is not set it tries to
set it via the 'x', 'y' and 'z' fields.
See also BREDE, BREDE_LOC, BREDE_UI_LOC,
BREDE_LOC_LOC2COORD, BREDE_LOC_LOC2MAT.
$Id: brede_loc_loc2loc.m,v 1.10 2009/04/30 16:01:22 fn Exp $