We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The input iceNeighbourList is defined as std::vector<std::vector> iceList in main.cpp file is compiling but throwing a runtime error.
Refer the commit 817b2ca for the bulktopoC.py file.
here are the steps to recreate the error.
gh repo clone d-SEAMS/pyseams micromamba env create -f environment.yml micromamba activate pyseamsdev mkdir bbdir cd bbdir meson setup bbdir meson compile -C bbdir meson install -C bbdir cd ../ python bulktopoC.py
The text was updated successfully, but these errors were encountered:
HaoZeke
No branches or pull requests
The input iceNeighbourList is defined as std::vector<std::vector> iceList in main.cpp file is compiling but throwing a runtime error.
Refer the commit 817b2ca for the bulktopoC.py file.
here are the steps to recreate the error.
The text was updated successfully, but these errors were encountered: