sampsapursiainen / zeffiro_interface

Interface for using finite elements in inverse problems with complex domains
GNU General Public License v3.0
24 stars 15 forks source link

Unrecognized function or variable 'ft_defaults'. #194

Closed mshavliuk closed 1 year ago

mshavliuk commented 1 year ago

When I run zeffiro_interface I get the following error:

Error using evalc
Unrecognized function or variable 'ft_defaults'.

Error in zef_start_config (line 7)
if isequal(zef.zeffiro_restart, 0), evalc('ft_defaults'); end

Error in zeffiro_interface (line 283)
  zef_start_config;

Version: 2241fdd (main_development_branch) zef_nse_sigma: fix indentations with Matlab's smart indent tool

mshavliuk commented 1 year ago

I think this was caused by the incorrect cloning of the zeffiro_interface (without --recurse-submodules flag) so the zef_start_config.m could not find the dependencies from external directory. Reinstalling ZI fixed an issue