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:
391 bytes
|
Line | |
---|
1 | TESTS = 1_2-dimethoxyethane.test \
|
---|
2 | 1_2-dimethylbenzene.test \
|
---|
3 | 2-methylcyclohexanone.test \
|
---|
4 | benzene.test \
|
---|
5 | cholesterol.test \
|
---|
6 | cluster.test \
|
---|
7 | cycloheptane.test \
|
---|
8 | dimethyl_bromomalonate.test \
|
---|
9 | glucose.test \
|
---|
10 | heptan.test \
|
---|
11 | isoleucine.test \
|
---|
12 | neohexane.test \
|
---|
13 | N_N-dimethylacetamide.test \
|
---|
14 | proline.test \
|
---|
15 | putrescine.test \
|
---|
16 | round_cluster.test \
|
---|
17 | tartaric_acid.test
|
---|
18 | #NTorus16_8.test
|
---|
19 | #C16_0-Torus.test
|
---|
Note:
See
TracBrowser
for help on using the repository browser.