-
- Downloads
There was an error fetching the commit references. Please try again later.
Completely rewritten Exception class.
Use insertion operators to allow more explicit messages: throw Exception() <<"check this vector "<<v; plumed_error() <<"check this vector "<<v; The change is completely backward compatible, so the following still works: throw Exception("message"); plumed_merror("message"); However, the layout of the error message was slightly modified
Loading
Please register or sign in to comment