Adding tensor methods
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
#include "STree.h"
|
||||
#include <iostream>
|
||||
|
||||
namespace pywrap {
|
||||
|
||||
void STree::version()
|
||||
{
|
||||
std::cout << "Version: " << callMethod("version") << std::endl;
|
||||
}
|
||||
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user