fprintf(output," VK=%15.7lE, XI IS SCALE FACTOR FOR LENGTHS\n",vk);
fprintf(output," \n");
}
for(intjxi488=1;jxi488<=nxi;jxi488++){
// To test parallelism, I will now start feeding this function with "clean" copies of the parameters, so that they will not be changed by previous iterations, and each one will behave as the first one
// do the first iteration on jxi488 separately, since it seems to be different from the others
// To test parallelism, I will now start feeding this function with "clean" copies of the parameters, so that they will not be changed by previous iterations, and each one will behave as the first one