Ignore:
Timestamp:
Jul 23, 2009, 2:21:57 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
c3a303
Parents:
c95b69
Message:

fixed indentation from tabs to two spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    rc95b69 ra048fa  
    7878class CandidateForTesselation {
    7979  public :
    80         CandidateForTesselation(atom* candidate, BoundaryLineSet* currentBaseLine, Vector OptCandidateCenter, Vector OtherOptCandidateCenter);
    81         ~CandidateForTesselation();
    82         atom *point;
    83         BoundaryLineSet *BaseLine;
    84         Vector OptCenter;
    85         Vector OtherOptCenter;
     80  CandidateForTesselation(atom* candidate, BoundaryLineSet* currentBaseLine, Vector OptCandidateCenter, Vector OtherOptCandidateCenter);
     81  ~CandidateForTesselation();
     82  atom *point;
     83  BoundaryLineSet *BaseLine;
     84  Vector OptCenter;
     85  Vector OtherOptCenter;
    8686};
    8787
Note: See TracChangeset for help on using the changeset viewer.