From 291358a64292823e74444e6c6fb7f8262654663c Mon Sep 17 00:00:00 2001 From: Robert Oostenveld Date: Mon, 11 Nov 2024 20:35:15 +0100 Subject: [PATCH] fixed formatting of last code section --- example/fittemplate.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/example/fittemplate.md b/example/fittemplate.md index 02e3aac5f..d97d6e62a 100644 --- a/example/fittemplate.md +++ b/example/fittemplate.md @@ -202,10 +202,10 @@ Another option for MEG is to create a single-shell model on the basis of the bra Lastly, for MEG we can create a single-sphere model on the basis of the brain compartment. -cfg = []; -cfg.method = 'singlesphere'; -headmodel_singlesphere_sphere = ft_prepare_headmodel(cfg, template_fit_sphere.bnd(3)); - -cfg = []; -cfg.method = 'singlesphere'; -headmodel_singlesphere_surface = ft_prepare_headmodel(cfg, template_fit_surface.bnd(3)); + cfg = []; + cfg.method = 'singlesphere'; + headmodel_singlesphere_sphere = ft_prepare_headmodel(cfg, template_fit_sphere.bnd(3)); + + cfg = []; + cfg.method = 'singlesphere'; + headmodel_singlesphere_surface = ft_prepare_headmodel(cfg, template_fit_surface.bnd(3));