Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions host/src/getparameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ int initial_commandpars(
mypars->flexresfile,
mypars->list_nr,
mypars->seed);
mypars->free_roaming_ligand = (mypars->ligandfile != NULL);

// Filling mygrid according to the specified fld file
if (get_gridinfo(mypars->fldfile, mygrid) != 0)
Expand Down