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

Write the scale vector to binary output.

parent b089ba68
No related branches found
No related tags found
No related merge requests found
......@@ -403,6 +403,8 @@ int main(int argc, char **argv) {
write_double_(&uid, &xip);
write_int_(&uid, &idfc);
write_int_(&uid, &nxi);
for (int xivi = 0; xivi < nxi; xivi++)
write_double_(&uid, (xiv + xivi));
for (int i115 = 1; i115 <= nsph; i115++) {
if (iog[i115 - 1] < i115) continue;
write_int_(&uid, (nshl + i115 -1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment