diff.h File Reference
#include <string>
#include "Origen/Core/dc/Concentrations.h"
#include "Origen/Core/dc/Library.h"
#include "diff.i.h"

Classes

class  Diff
 simple interface for differs More...
 

Namespaces

 Origen
 

Typedefs

typedef std::shared_ptr< Diff > SP_Diff
 

Functions

SP_Diff diffLibrary (const Library &a, const Library &b, int pos, double reltol)
 
std::string diffConcentrations (const Concentrations &a, const Concentrations &b, double reltol)
 
template<typename T >
std::string diffLine (const std::string &head, const T &val1, const T &val2, float tol=1.0e-5)
 
template<typename T >
std::string diffHalfLine (const std::string &head, const T &val, const int &side)