flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
lattice_model.cpp
Go to the documentation of this file.
1#include "lattice_model.hpp"
2#include "lattice_solver.hpp"
3
4
5namespace flexiblesusy {
6
7using namespace std;
8
10{
11 return f->efts[T].units[i];
12}
13
15{
16 return f->y(T, m, i);
17}
18
19} // namespace flexiblesusy
Real & y(size_t T, size_t m, size_t i)
double Real
Definition: mathdefs.hpp:12