Last change
on this file since 91379c 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:
810 bytes
|
Line | |
---|
1 | TITLE = "3D CONVEX SHELL"
|
---|
2 | VARIABLES = "X" "Y" "Z" "U"
|
---|
3 | ZONE T="glucose", N=19, E=34, DATAPACKING=POINT, ZONETYPE=FETRIANGLE
|
---|
4 | 9.5866 5 7.577 1
|
---|
5 | 8.4149 7.4116 8.4659 1
|
---|
6 | 10.7728 8.1356 6.0987 0
|
---|
7 | 5.8481 7.0147 7.2548 3
|
---|
8 | 6.9582 5.7712 5.5314 0
|
---|
9 | 13.2253 6.9022 6.7645 1
|
---|
10 | 5 7.2382 6.4246 1
|
---|
11 | 9.4732 5.8444 5.6948 2
|
---|
12 | 8.2899 7.8851 6.4588 2
|
---|
13 | 10.8863 7.2913 7.9809 1
|
---|
14 | 9.6484 5.3188 8.4878 0
|
---|
15 | 7.0832 5.2977 7.5386 1
|
---|
16 | 8.4415 6.6041 8.9973 0
|
---|
17 | 12.0695 5.2505 7.2169 2
|
---|
18 | 11.9664 5.8208 5.5339 0
|
---|
19 | 10.7111 7.8168 5.1879 1
|
---|
20 | 5.745 7.4139 8.253 1
|
---|
21 | 6.9316 6.5787 5 1
|
---|
22 | 13.9687 6.3319 6.5257 0
|
---|
23 |
|
---|
24 | 6 14 19
|
---|
25 | 6 10 14
|
---|
26 | 14 15 19
|
---|
27 | 3 6 10
|
---|
28 | 10 11 14
|
---|
29 | 1 14 15
|
---|
30 | 15 16 19
|
---|
31 | 3 6 16
|
---|
32 | 2 3 10
|
---|
33 | 10 11 13
|
---|
34 | 1 11 14
|
---|
35 | 1 8 15
|
---|
36 | 8 15 16
|
---|
37 | 6 16 19
|
---|
38 | 3 9 16
|
---|
39 | 2 3 9
|
---|
40 | 2 10 13
|
---|
41 | 11 12 13
|
---|
42 | 1 11 12
|
---|
43 | 1 5 8
|
---|
44 | 8 16 18
|
---|
45 | 9 16 18
|
---|
46 | 2 9 17
|
---|
47 | 2 13 17
|
---|
48 | 12 13 17
|
---|
49 | 1 5 12
|
---|
50 | 5 8 18
|
---|
51 | 7 9 18
|
---|
52 | 7 9 17
|
---|
53 | 4 12 17
|
---|
54 | 5 7 12
|
---|
55 | 5 7 18
|
---|
56 | 4 7 17
|
---|
57 | 4 7 12
|
---|
Note:
See
TracBrowser
for help on using the repository browser.