You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled fermisurfer 2.4.0 in ubuntu 22.04. I found interpol and tetrahedron does not work in batch mode, no matter you set which value in input file.
For interpol, I found a workaround as below:
in fermisurfer.cpp, change int refresh_interpol = 0; to int refresh_interpol = 1;
in menu.cpp, comment out refresh_interpol = 0; in compute_patch_segment
But for tetrahedron, I do not know.
Also, running fermisurfer always shows warning and error
Dear mitsuaki1987,
I compiled fermisurfer 2.4.0 in ubuntu 22.04. I found
interpol
andtetrahedron
does not work in batch mode, no matter you set which value in input file.For
interpol
, I found a workaround as below:int refresh_interpol = 0;
toint refresh_interpol = 1;
refresh_interpol = 0;
incompute_patch_segment
But for
tetrahedron
, I do not know.Also, running
fermisurfer
always shows warning and errorWhat is wrong?
best regards
The text was updated successfully, but these errors were encountered: