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
I'm uneasy about using pointers to the MagresAtom's. Using an index into the atom list would be more robust, although I'm not sure whether this is efficient with STL's std::list. The current implementation is OK if the object is being returned as const.
The text was updated successfully, but these errors were encountered:
From Paul
The text was updated successfully, but these errors were encountered: