Skip to content
Snippets Groups Projects
dynamic-graph-python-test.cc 192 B
Newer Older
/*
 *  Copyright
 */

#include <iostream>
#include "dynamic-graph-python-test.hh" 

GraphTest::GraphTest()
{
  std::cout << "Constructor of unitTesting object of class Graph." << std::endl;
}