|
Last change
on this file since bb89b9 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:
573 bytes
|
| Line | |
|---|
| 1 | TITLE = "3D CONVEX SHELL"
|
|---|
| 2 | VARIABLES = "X" "Y" "Z" "U"
|
|---|
| 3 | ZONE T="2-methylcyclohexanone", N=13, E=22, DATAPACKING=POINT, ZONETYPE=FETRIANGLE
|
|---|
| 4 | 9.2731 9.0957 6.144 1
|
|---|
| 5 | 10.8392 7.1885 6.8694 0
|
|---|
| 6 | 10.3128 5.5093 6.6024 0
|
|---|
| 7 | 10.1551 6.7096 5.2975 0
|
|---|
| 8 | 8.6457 6.7534 7.9518 1
|
|---|
| 9 | 7.7844 6.1357 5.0859 0
|
|---|
| 10 | 7.8016 5 6.4567 0
|
|---|
| 11 | 6.7836 8.8946 7.8517 0
|
|---|
| 12 | 6.906 9.878 6.369 0
|
|---|
| 13 | 5.5199 5.8371 6.1093 0
|
|---|
| 14 | 6.1586 6.463 7.6468 0
|
|---|
| 15 | 5 8.2285 6.3064 0
|
|---|
| 16 | 6.1837 7.9803 5 0
|
|---|
| 17 |
|
|---|
| 18 | 2 3 4
|
|---|
| 19 | 3 4 6
|
|---|
| 20 | 1 2 4
|
|---|
| 21 | 3 6 7
|
|---|
| 22 | 4 6 13
|
|---|
| 23 | 1 2 5
|
|---|
| 24 | 1 4 13
|
|---|
| 25 | 3 5 7
|
|---|
| 26 | 6 7 10
|
|---|
| 27 | 6 10 13
|
|---|
| 28 | 1 5 8
|
|---|
| 29 | 2 3 5
|
|---|
| 30 | 1 9 13
|
|---|
| 31 | 5 7 11
|
|---|
| 32 | 7 10 11
|
|---|
| 33 | 10 12 13
|
|---|
| 34 | 1 8 9
|
|---|
| 35 | 5 8 11
|
|---|
| 36 | 9 12 13
|
|---|
| 37 | 10 11 12
|
|---|
| 38 | 8 9 12
|
|---|
| 39 | 8 11 12
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.