source: molecuilder/tests/Tesselations/proline/NonConvexEnvelope-proline.dat@ 91379c

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: 555 bytes
Line 
1TITLE = "3D CONVEX SHELL"
2VARIABLES = "X" "Y" "Z" "U"
3ZONE T="proline", N=13, E=22, DATAPACKING=POINT, ZONETYPE=FETRIANGLE
49.2095 7.1856 6.6953 4
59.3187 7.948 7.6262 2
610.2878 6.5357 6.23 2
77.0148 8.1597 6.2354 3
811.1521 6.6776 6.6399 1
97.983 6.7387 5 0
106.9212 5 6.045 0
117.7507 5.407 7.5776 1
127.026 8.6532 5.3554 2
135 5.7027 7.1829 0
145.9424 6.6792 8.3566 0
155.0178 8.3949 6.9381 1
165.1862 7.3838 5.4662 0
17
182 5 8
192 8 11
203 5 8
212 11 12
228 10 11
231 3 5
243 7 8
252 4 12
2610 11 12
277 8 10
281 3 9
291 2 5
303 6 7
312 4 9
324 9 12
3310 12 13
347 10 13
351 2 9
363 6 9
376 7 13
389 12 13
396 9 13
Note: See TracBrowser for help on using the repository browser.