Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
main_json.cpp
Go to the documentation of this file.
1// #include "json_parser.h"
2
3
4int main() {
5
6
7// std::string filename = "data_exp.json";
8// std::vector<Value> values;
9// std::vector<Correlation> correlations;
10// read_json(filename, values, correlations);
11
12
13 return 0;
14}
int main()
Definition main_json.cpp:4