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
flexibletopology/examples/brd_ghost_distribution/system_build_util.py
Line 189 in 915e0ef
system = add_gs_force(system, n_ghosts=self.n_ghosts, n_part_system=n_part_system, initial_attr=init_attr, group_num=self.sg_group, sys_attr=sys_nb_params, nb_exclusion_list=exclusion_list)
the function is not defined in dynamic.py as such @alexrd @ndonyapour
The text was updated successfully, but these errors were encountered:
This was outdated. Just updated the function call. Thanks!
Sorry, something went wrong.
No branches or pull requests
flexibletopology/examples/brd_ghost_distribution/system_build_util.py
Line 189 in 915e0ef
system = add_gs_force(system,
n_ghosts=self.n_ghosts,
n_part_system=n_part_system,
initial_attr=init_attr,
group_num=self.sg_group,
sys_attr=sys_nb_params,
nb_exclusion_list=exclusion_list)
the function is not defined in dynamic.py as such
@alexrd @ndonyapour
The text was updated successfully, but these errors were encountered: