Changeset c3a303 for molecuilder/src/boundary.cpp
- Timestamp:
- Jul 24, 2009, 10:38:32 AM (16 years ago)
- 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)
- File:
-
- 1 edited
-
molecuilder/src/boundary.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
ra048fa rc3a303 10 10 #define DoSingleStepOutput 0 11 11 #define DoTecplotOutput 1 12 #define DoRaster3DOutput 012 #define DoRaster3DOutput 1 13 13 #define DoVRMLOutput 1 14 14 #define TecplotSuffix ".dat" … … 45 45 void BoundaryPointSet::AddLine(class BoundaryLineSet *line) 46 46 { 47 cout << Verbose(6) << "Adding line " << *line << " to " << *this << "." << endl; 47 cout << Verbose(6) << "Adding " << *this << " to line " << *line << "." 48 << endl; 48 49 if (line->endpoints[0] == this) 49 50 {
Note:
See TracChangeset
for help on using the changeset viewer.
