- Aug 23, 2013
-
-
Andreas Schenk authored
Refactored FindEigen.cmake to adhere to cmake guidelines Adapted master CMakeLists.txt to changes in find modules
-
Andreas Schenk authored
-
Marco Biasini authored
-
- Jul 29, 2013
-
-
Marco Biasini authored
The order of destruction of static objects, e.g. singletons is arbitrary and can not be relied upon. For some versions of Python, the singletons are destroyed after Python has shutdown. When objects stored in the singletons have been created in Python, a segfault is produced when they are destroyed, since the destructor assumes a Python interpreter exists. To work around that, we register atexit handlers to remove all references to Python objects. That's required for the IOProfileRegistry and Conopology singletons.
-
- Jul 23, 2013
-
-
Niklaus Johner authored
-
Niklaus Johner authored
and in Rotation3.SetRotationMatrix(Mat3)
-
- Jul 22, 2013
-
-
Niklaus Johner authored
-
- Jul 18, 2013
-
-
Ansgar Philippsen authored
-
Ansgar Philippsen authored
-
- Jul 13, 2013
-
-
Marco Biasini authored
It seems, just looking at the number of atoms is not enough, we also have to look at the hetatm flag. The whole element guessing code is still quite shaky and should be improved.
-
Marco Biasini authored
-
- Jul 12, 2013
-
-
Bienchen authored
-
- Jul 09, 2013
-
-
Andreas Schenk authored
- Fix for data viewer to use main ost menubar: Data viewer menu (labeled Panels) for the active data viewer window will show in the main menu bar. - Added foxus proxy for the data viewer and its QMdiSubwindow to ensure that the data viewer panel gets the keyboard focus from the beginning.
-
- Jul 03, 2013
-
-
Tobias Schmidt authored
when adding a gfx entity to the scene using scene.Add(), the time it takes to add it is growing quadratically with the number of entities in the scene (only in gui mode), which is caused by resizing of the table in the sequence viewer.
-
- Jun 25, 2013
-
-
Gabriel Studer authored
message
-
Gabriel Studer authored
This avoids funny artefacts on tab_old if you create a new table tab_new in the following way and try to add new columns there: tab_new = Table(tab_old.col_names, tab_new.col_types)
-
- Jun 24, 2013
-
-
Bienchen authored
-
- Jun 19, 2013
-
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
this is a follow up to 76b079d7, in which part of the problem, but not the complete one was fixed.
-
- Jun 13, 2013
-
-
Andreas Schenk authored
-
Bienchen authored
Fixed a glitch in the PDBizer: if more than one set of tranfsormations & chains exist, lingand/ water chains in the entity already exist, but are re-initialsied in a call to PDBizer.Add and added again to the entity... which does not work, of course.
-
- Jun 11, 2013
-
-
Valerio Mariani authored
-
Valerio Mariani authored
-
- Jun 10, 2013
-
-
Valerio Mariani authored
-
- Jun 08, 2013
-
-
Valerio Mariani authored
-
Valerio Mariani authored
-
Valerio Mariani authored
-
Valerio Mariani authored
A little less hackish solution. Thanks to Andi for the suggestion
-
- Jun 07, 2013
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
Valerio Mariani authored
Horrible hack (execute_process) to work around the fact that the python modules in Ubuntu are now spread over many directories and symlinked everywhere
-
Valerio Mariani authored
Substitutes DEBIAN_STYLE_LIBEXEC flag and manages location and name of lib and libexec folders on Debian/Ubuntu-based systems
-
Gabriel Studer authored
No unit tests yet.
-
Gabriel Studer authored
build superposable subsets. At least three atoms are required. This scenario gets now checked and an error is thrown.
-
- Jun 03, 2013
-
-
Bienchen authored
-
- May 31, 2013
-
-
Niklaus Johner authored
-
Niklaus Johner authored
Vec3 from two Vec3List that are closest.
-
Niklaus Johner authored
-
- May 30, 2013
-
-
Gabriel Studer authored
-