Home
last modified time | relevance | path

Searched refs:trans_got (Results 1 – 1 of 1) sorted by relevance

/dports/science/openbabel/openbabel-3.1.1/test/
H A Dcifspacegrouptest.cpp93 vector<string> trans_got; in testSpaceGroupTransformations() local
142 trans_got.push_back(t->DescribeAsString()); in testSpaceGroupTransformations()
147 OB_ASSERT( trans_exp.size() == trans_got.size() ); in testSpaceGroupTransformations()
148 OB_ASSERT( equal(trans_exp.begin(), trans_exp.end(), trans_got.begin()) ); in testSpaceGroupTransformations()