Ignore:
Timestamp:
Jul 24, 2009, 10:38:32 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
53d153
Parents:
a048fa (diff), 47548d (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.
git-author:
Frederik Heber <heber@…> (07/23/09 14:23:32)
git-committer:
Frederik Heber <heber@…> (07/24/09 10:38:32)
Message:

Merge branch 'master' into ConcaveHull

Conflicts:

molecuilder/src/analyzer.cpp
molecuilder/src/bond.cpp
molecuilder/src/boundary.cpp
molecuilder/src/boundary.hpp
molecuilder/src/builder.cpp
molecuilder/src/config.cpp
molecuilder/src/datacreator.cpp
molecuilder/src/datacreator.hpp
molecuilder/src/defs.hpp
molecuilder/src/ellipsoid.cpp
molecuilder/src/joiner.cpp
molecuilder/src/molecules.cpp
molecuilder/src/molecules.hpp
molecuilder/src/parser.cpp
molecuilder/src/parser.hpp

merges:

compilation fixes:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.cpp

    ra048fa rc3a303  
    1010#define DoSingleStepOutput 0
    1111#define DoTecplotOutput 1
    12 #define DoRaster3DOutput 0
     12#define DoRaster3DOutput 1
    1313#define DoVRMLOutput 1
    1414#define TecplotSuffix ".dat"
     
    4545void BoundaryPointSet::AddLine(class BoundaryLineSet *line)
    4646{
    47   cout << Verbose(6) << "Adding line " << *line << " to " << *this << "." << endl;
     47  cout << Verbose(6) << "Adding " << *this << " to line " << *line << "."
     48      << endl;
    4849  if (line->endpoints[0] == this)
    4950    {
Note: See TracChangeset for help on using the changeset viewer.