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