Ignore:
Timestamp:
Oct 27, 2009, 11:45:23 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
55a71b
Parents:
94d0ad
git-author:
Frederik Heber <heber@…> (10/27/09 09:28:07)
git-committer:
Frederik Heber <heber@…> (10/27/09 11:45:23)
Message:

Begun with ticket #4 (shorten constructors) on class atom and class bond.

  • note that in bond we removed two constructor definitions which were unnecessary if standard values were given in the definition not in the declaration.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bond.hpp

    r94d0ad r8b6ee4  
    5353
    5454  bond();
    55   bond(atom *left, atom *right);
    56   bond(atom *left, atom *right, int degree);
    57   bond(atom *left, atom *right, int degree, int number);
     55  bond(atom *left, atom *right, int degree=1, int number=0);
    5856  ~bond();
    5957
Note: See TracChangeset for help on using the changeset viewer.