Ignore:
Timestamp:
May 8, 2010, 10:05:35 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
abde75
Parents:
1775d3 (diff), 25e17e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge commit 'jupiter/StructureRefactoring' into StructureRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/vector_ops.cpp

    r1775d3 r8c01ce  
    126126    y = Plane(axis,a,0).getNormal();
    127127  }
    128   catch (LinearDependenceException &excp) {
     128  catch (MathException &excp) {
    129129    // The normal vector cannot be created if there is linar dependency.
    130130    // Then the vector to rotate is on the axis and any rotation leads to the vector itself.
Note: See TracChangeset for help on using the changeset viewer.