31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
--- coot-utils/Makefile.am_orig 2015-09-24 22:00:00.826912149 -0400
|
|
+++ coot-utils/Makefile.am 2015-09-24 22:02:42.329117367 -0400
|
|
@@ -116,7 +116,7 @@
|
|
|
|
|
|
# test-agg-clust
|
|
-check_PROGRAMS = test-h-bonds testshelxreader testcootutils test-hole test-elastic test-spherical glyco-torsions test-tt-morph
|
|
+check_PROGRAMS = test-h-bonds testshelxreader testcootutils test-hole test-elastic test-spherical glyco-torsions
|
|
|
|
# testshelxreader fails to link for some reason! coot::protein_geometry::get_h_bond_type
|
|
# testcootutils also. 20100812 Fixed now - added libcoot-geometry.la
|
|
--- coot-utils/coot-shelx.hh_orig 2015-09-24 22:00:31.889296059 -0400
|
|
+++ coot-utils/coot-shelx.hh 2015-09-24 22:01:54.006864161 -0400
|
|
@@ -33,6 +33,7 @@
|
|
|
|
#include <mmdb2/mmdb_manager.h>
|
|
#include "clipper/core/cell.h"
|
|
+#include "coot-coord-utils.hh"
|
|
|
|
namespace coot {
|
|
|
|
--- coot-utils/coot-hole.hh_orig 2015-09-24 22:00:39.574533094 -0400
|
|
+++ coot-utils/coot-hole.hh 2015-09-24 22:02:06.645417847 -0400
|
|
@@ -3,6 +3,7 @@
|
|
#include "clipper/core/coords.h"
|
|
#include "clipper/core/nxmap.h"
|
|
|
|
+#include "coot-map-utils.hh"
|
|
#include "utils/coot-utils.hh"
|
|
#include "geometry/protein-geometry.hh"
|
|
|