Skip to content
Snippets Groups Projects
Commit c4303330 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Using C++ interface in python

I think python should use the C++ interface rather than the C one.
The reason is that the C++ interface included in PLUMED 2.5
rethrows exceptions and thus can be used to load
a shared library compiled with a different compiler or
linked against a different standard library.

In perspective, this will allow compiling PLUMED with
a different compiler/library than that used to compile
python itself.
parent f328b57f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment