- Jun 11, 2012
-
-
Marco Biasini authored
-
- Jun 10, 2012
-
-
Marco Biasini authored
use of abs is dangerous as on some systems this refers to the C library function abs, which operates on ints and thus truncates the floating point part of a number.
-
Marco Biasini authored
-
Marco Biasini authored
-
- Jun 07, 2012
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
Andreas Schenk authored
removed some unnecessary pow()
-
Andreas Schenk authored
-
Tobias Schmidt authored
-
Marco Biasini authored
A minimalistic OST (no info, no gfx, no gui, no img) compiles and links with a default CentOS installation. Only eigen2 is required as an additional dependency. But since that's header only library that's not a problem for bundling a standalone OST. Tested on CentOS 5.5 with boost 1.33.1 and MacOS X with boost 1.46.
-
- Jun 06, 2012
-
-
Tobias Schmidt authored
-
- Jun 05, 2012
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
- Jun 04, 2012
-
-
Valerio Mariani authored
-
- Jun 01, 2012
-
-
Marco Biasini authored
-
Marco Biasini authored
The boost.python library gets implictly include with gosty when buildinga full bundle, but we were missing it when building a minimal bundle.
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
-
- May 31, 2012
-
-
Valerio Mariani authored
-
- May 30, 2012
-
-
fixed buggy dcd unit cell import fixed missing dcd unit cell export added unit cell for dcd io some code cleanup for dcd export some code cleanup for CoordFrame and Vec3List
-
- May 29, 2012
-
-
Valerio Mariani authored
-
- May 26, 2012
-
-
Valerio Mariani authored
-
- May 25, 2012
-
-
Bienchen authored
Release 1.2 was never completed so we are going to reuse this one. This means, in contrast to best practice, we are merging current develop branch into branch release-1.2.
-
Valerio Mariani authored
-
- May 24, 2012
-
-
BIOPZ-Haas Juergen authored
-
BIOPZ-Haas Juergen authored
-
BIOPZ-Haas Juergen authored
-
BIOPZ-Haas Juergen authored
silencing warnings during testing; swapping std::cout for LOG_WARNING when there is a chain with no MOL_ID assigned
-
- May 23, 2012
-
-
Tobias Schmidt authored
-
Tobias Schmidt authored
-
- May 22, 2012
-
-
Tobias Schmidt authored
-
Tobias Schmidt authored
-
Tobias Schmidt authored
when loading the ost format, value strings were split even if they were quoted, which made it impossible to load certain files
-
- May 21, 2012
-
-
Niklaus Johner authored
-
Niklaus Johner authored
The order of the positions didn't match the order of atoms in the AtomList.
-
Niklaus Johner authored
in the python module structure_analysis.py
-
Niklaus Johner authored
-
Niklaus Johner authored
the two C++ functions associated when it was called with just one entity as SuperposeFrames(t,eh).
-