Last change
on this file since cc9225 was cc9225, checked in by Frederik Heber <heber@…>, 16 years ago |
Fixes and naming of final Tecplot output file is now molecule name.
- FIXES to builder.cpp:
- case 'p' would not dissect the molecule into connected subgraphs
- if done so, the BondGraph was not yet initialised
- if done so, we need to check whether BondGraphFileName has been set
- BondGraphFileName.empty() could not be used as a check, as was set to "" instead of "\n"
- if (finally) done so, we have to remove the empty molecule that we parsed in
- ... and then pick the newly added molecule for mol to point at
- SaveConfig() did not set the merged molecule name correctly.
- if empty config is given, the empty molecule now receives the ConfigFileName as name
- FIXES to config.cpp
- Load() did not set the name of the molecule
- changes to tesselationhelper.cpp and tesselation.cpp
- changes to PointCloud and molecule
- new virtual function PointCloud::GetName() returns "unknown"
- new function molecule::GetName() returns pointer to name of molecule
- IsEmpty() and IsEnd() now return true by default
- all .dat files in the "Tesselations" tests were changed accordingly (i.e. have now the name in the second line)
- benzene was added as a new test for an absolutely flat molecule. So far, it fails horribly.
- 13 of 17 tests run fine
Signed-off-by: Frederik Heber <heber@…>
|
-
Property mode
set to
100644
|
File size:
535 bytes
|
Line | |
---|
1 | TITLE = "3D CONVEX SHELL"
|
---|
2 | VARIABLES = "X" "Y" "Z" "U"
|
---|
3 | ZONE T="dimethyl_bromomalonate", N=12, E=20, DATAPACKING=POINT, ZONETYPE=FETRIANGLE
|
---|
4 | 8.1538 5 6.6665 1
|
---|
5 | 6.8226 7.583 6.9158 4
|
---|
6 | 8.3215 8.9565 6.0497 1
|
---|
7 | 11.4075 7.0268 6.1418 3
|
---|
8 | 10.2442 7.0102 8.0205 2
|
---|
9 | 9.1667 6.6366 5 1
|
---|
10 | 5.6524 9.1737 6.2435 1
|
---|
11 | 5 8.2898 7.644 0
|
---|
12 | 6.3807 9.3936 7.8527 1
|
---|
13 | 12.5832 8.1832 7.4193 1
|
---|
14 | 12.822 6.4244 7.5516 1
|
---|
15 | 13.4745 7.3082 6.1511 0
|
---|
16 |
|
---|
17 | 4 11 12
|
---|
18 | 1 4 11
|
---|
19 | 4 10 12
|
---|
20 | 1 4 6
|
---|
21 | 1 5 11
|
---|
22 | 3 4 10
|
---|
23 | 10 11 12
|
---|
24 | 1 2 6
|
---|
25 | 3 4 6
|
---|
26 | 1 2 5
|
---|
27 | 5 10 11
|
---|
28 | 3 5 10
|
---|
29 | 2 6 7
|
---|
30 | 3 6 7
|
---|
31 | 2 5 9
|
---|
32 | 3 5 9
|
---|
33 | 2 7 8
|
---|
34 | 3 7 9
|
---|
35 | 2 8 9
|
---|
36 | 7 8 9
|
---|
Note:
See
TracBrowser
for help on using the repository browser.