mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 10:45:36 +08:00
Refactored Interpolator to be an abstract interface class
CInterpolator is now an IInterpolator interface. Sublcass in order to implement different types of interpolation. refs #169
This commit is contained in:
@@ -14,8 +14,7 @@ namespace BlackCoreTest
|
||||
*/
|
||||
void CTestInterpolator::interpolatorBasics()
|
||||
{
|
||||
CInterpolator c;
|
||||
QVERIFY2(!c.isValid(), "Default interpolator should not be valid");
|
||||
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user