Last change
on this file since 7bfc19 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:
602 bytes
|
Line | |
---|
1 | TITLE = "3D CONVEX SHELL"
|
---|
2 | VARIABLES = "X" "Y" "Z" "U"
|
---|
3 | ZONE T="putrescine", N=14, E=24, DATAPACKING=POINT, ZONETYPE=FETRIANGLE
|
---|
4 | 10.8857 5.9511 6.2964 1
|
---|
5 | 5.5257 8.9311 6.4164 1
|
---|
6 | 11.2585 6.5433 5.582 0
|
---|
7 | 11.1228 5 6.0984 0
|
---|
8 | 9.0552 5.4596 7.1069 1
|
---|
9 | 9.0368 5.8078 5.3891 1
|
---|
10 | 9.289 8.1152 5.7681 1
|
---|
11 | 9.6236 7.8638 7.4867 0
|
---|
12 | 7.4751 8.1171 7.9137 0
|
---|
13 | 7.1007 6.7291 6.8796 1
|
---|
14 | 6.8065 8.155 5 1
|
---|
15 | 7.4243 9.5405 5.8797 1
|
---|
16 | 5 8.0834 6.4872 0
|
---|
17 | 5.08 9.5464 5.7662 0
|
---|
18 |
|
---|
19 | 3 4 6
|
---|
20 | 4 5 6
|
---|
21 | 3 6 7
|
---|
22 | 1 4 5
|
---|
23 | 5 6 10
|
---|
24 | 3 7 8
|
---|
25 | 6 7 11
|
---|
26 | 1 3 4
|
---|
27 | 1 5 8
|
---|
28 | 5 9 10
|
---|
29 | 6 10 11
|
---|
30 | 1 3 8
|
---|
31 | 7 8 12
|
---|
32 | 7 11 12
|
---|
33 | 5 8 9
|
---|
34 | 9 10 13
|
---|
35 | 10 11 13
|
---|
36 | 8 9 12
|
---|
37 | 11 12 14
|
---|
38 | 2 9 13
|
---|
39 | 11 13 14
|
---|
40 | 2 9 12
|
---|
41 | 2 12 14
|
---|
42 | 2 13 14
|
---|
Note:
See
TracBrowser
for help on using the repository browser.