Polyhedron_1.test 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. %description:
  2. Test for one host pinging another.
  3. %file: test.ned
  4. network Test
  5. {
  6. submodules:
  7. polyhedron: PolyhedronTest;
  8. }
  9. %inifile: omnetpp.ini
  10. [General]
  11. ned-path = .;../../../../src;../../lib
  12. debug-on-errors = true
  13. #omnetpp 5.0 - 5.1 compatibility:
  14. eventlog-file = "${resultdir}/${configname}-${runnumber}.elog"
  15. output-scalar-file = "${resultdir}/${configname}-${runnumber}.sca"
  16. output-vector-file = "${resultdir}/${configname}-${runnumber}.vec"
  17. snapshot-file = "${resultdir}/${configname}-${runnumber}.sna"
  18. **.objectCacheType = ""
  19. **.polyhedron.points = "0 0 1 0 1 0 0 1 1 1 0 1 1 1 1 1 0 0 1 1 0 0 0 0"
  20. %#--------------------------------------------------------------------------------------------------------------
  21. %not-contains: stdout
  22. The algorithm is incorrect!
  23. %#--------------------------------------------------------------------------------------------------------------
  24. %not-contains: stdout
  25. undisposed object:
  26. %not-contains: stdout
  27. -- check module destructor
  28. %#--------------------------------------------------------------------------------------------------------------