You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with ensure_loop(). Sorry about this. This is the only github project that uses this function (from what I found in github search), so I didn't leave the old name for backward compatibility.
These 4 lines can be replaced with table.ensure_loop();, or perhaps table.erase() can be used instead.
The text was updated successfully, but these errors were encountered:
Hi,
I replaced a gemmi function that is used here:
freesasa/src/cif.cc
Lines 713 to 716 in 51a996d
with
ensure_loop()
. Sorry about this. This is the only github project that uses this function (from what I found in github search), so I didn't leave the old name for backward compatibility.These 4 lines can be replaced with
table.ensure_loop();
, or perhapstable.erase()
can be used instead.The text was updated successfully, but these errors were encountered: