Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dengemann authored and larsoner committed Oct 20, 2015
1 parent 53e5bb7 commit 0eb46a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/source_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -2386,6 +2386,7 @@ def morph_source_spaces(src_from, subject_to, surf='white', subjects_dir=None,
vertno=vertno, inuse=inuse, nuse=len(vertno), use_tris=use_tris,
nuse_tri=len(use_tris), subject_his_id=subject_to,
nearest=None, nearest_dist=None, patch_inds=None, pinfo=None,
dist=None,
coord_frame=FIFF.FIFFV_COORD_MRI))
for key in ('nn', 'rr', 'np', 'tris', 'ntri'):
src_out[-1][key] = to[key]
Expand Down

0 comments on commit 0eb46a8

Please sign in to comment.