Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interpol and tetrahedron does not work in batch mode #38

Open
simonnier opened this issue Apr 21, 2024 · 0 comments
Open

interpol and tetrahedron does not work in batch mode #38

simonnier opened this issue Apr 21, 2024 · 0 comments

Comments

@simonnier
Copy link

Dear mitsuaki1987,

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:

  1. in fermisurfer.cpp, change int refresh_interpol = 0; to int refresh_interpol = 1;
  2. 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

(fermisurfer:97017): Gtk-WARNING **: 20:26:36.764: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow)

(fermisurfer:97017): Gtk-CRITICAL **: 20:26:36.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

What is wrong?

best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant