Skip to content
Snippets Groups Projects
Commit d8f2f607 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

Add get t

parent aa8ad68b
Branches
No related tags found
1 merge request!25Add t in dvmp; add a place holder for InvQuant in REC
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
...@@ -48,6 +48,7 @@ namespace util { ...@@ -48,6 +48,7 @@ namespace util {
inline double get_nu_simu(inv_quant quantities) { return quantities.nu / 1000.; } inline double get_nu_simu(inv_quant quantities) { return quantities.nu / 1000.; }
inline double get_Q2_simu(inv_quant quantities) { return quantities.Q2; } inline double get_Q2_simu(inv_quant quantities) { return quantities.Q2; }
inline double get_x_simu(inv_quant quantities) { return quantities.x; } inline double get_x_simu(inv_quant quantities) { return quantities.x; }
inline double get_t_simu(inv_quant quantities) { return quantities.t; }
// for tracking, add later // for tracking, add later
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment