Skip to content
Snippets Groups Projects
Commit 95b1730f authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Fix PU definition in INXI branch.

parent 65cd9ad6
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,7 @@ int main(int argc, char **argv) {
}
vss = xi_vector.to_array();
xiv = xi_vector.to_array();
pu = xip + wp;
pu = xip * wp;
wn = pu / 3.0e8;
fprintf(output, " XIP WN WL PU EV\n");
fprintf(output, " %13.4lE", xip);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment