- Timestamp:
- Apr 27, 2010, 2:25:42 PM (16 years ago)
- Children:
- 90c4460
- Parents:
- 1561e2 (diff), 2bc713 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/AnalysisCorrelationToPointUnitTest.cpp
r1561e2 r075729 83 83 84 84 TestList = World::getInstance().getMolecules(); 85 TestList->insert(TestMolecule); 85 86 TestMolecule->ActiveFlag = true; 86 TestList->insert(TestMolecule);87 87 88 88 // init point … … 122 122 // put pair correlation into bins and check with no range 123 123 binmap = BinData( pointmap, 0.5, 0., 0. ); 124 CPPUNIT_ASSERT_EQUAL( (size_t)2, binmap->size());125 //OutputCorrelation ( binmap);124 OutputCorrelation ( (ofstream *)&cout, binmap ); 125 CPPUNIT_ASSERT_EQUAL( (size_t)3, binmap->size() ); 126 126 tester = binmap->begin(); 127 127 CPPUNIT_ASSERT_EQUAL( 1., tester->first ); … … 135 135 // ... and check with [0., 2.] range 136 136 binmap = BinData( pointmap, 0.5, 0., 2. ); 137 OutputCorrelation ( (ofstream *)&cout, binmap ); 137 138 CPPUNIT_ASSERT_EQUAL( (size_t)5, binmap->size() ); 138 //OutputCorrelation ( binmap );139 139 tester = binmap->begin(); 140 140 CPPUNIT_ASSERT_EQUAL( 0., tester->first );
Note:
See TracChangeset
for help on using the changeset viewer.
