// RootFinder.cpp #include "RootFinder.h" //********************************************************************** // constructor RootFinder::RootFinder() { } //********************************************************************** // destructor RootFinder::~RootFinder() { } //**********************************************************************