Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
main.cpp File Reference
#include "Logger.h"
#include <iostream>
#include <cassert>
#include "ObservableInterface.h"
#include "HyperisoMaster.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

template<typename T , typename U >
void assert_equal (const T &result, const U &expected, const std::string &test_name)
 
void test_interface (ObservableInterface &interface)
 
int main ()
 

Function Documentation

◆ assert_equal()

template<typename T , typename U >
void assert_equal ( const T result,
const U &  expected,
const std::string &  test_name 
)

Definition at line 10 of file main.cpp.

◆ main()

int main ( )

Definition at line 98 of file main.cpp.

◆ test_interface()

void test_interface ( ObservableInterface interface)

Definition at line 18 of file main.cpp.