From 56fd0a37f2c46159fa6f168bac12a8d9828b2b9d Mon Sep 17 00:00:00 2001
From: valerio <valerio@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Tue, 18 May 2010 10:23:50 +0000
Subject: [PATCH] Export OrthogonalVersion function

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2265 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/geom/pymod/export_vecmat3_op.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/geom/pymod/export_vecmat3_op.cc b/modules/geom/pymod/export_vecmat3_op.cc
index 6500b4283..cdafc821c 100644
--- a/modules/geom/pymod/export_vecmat3_op.cc
+++ b/modules/geom/pymod/export_vecmat3_op.cc
@@ -58,4 +58,5 @@ void export_VecMat3_op()
   def("Minor",Mat3Minor);
   def("EulerTransformation",EulerTransformation);
   def("AxisRotation",AxisRotation);
+  def("OrthogonalVector",OrthogonalVector);
 }
-- 
GitLab