SKIH7TEZXAM3FYWKELBGN7GRYRRAHVQEGLOU5XOF3L3DG4OHEDKAC
EJWFGXTWIBKJ62LO6QM62LM7MGTYEHOCZDKA3UVR5UYWQZ2O54DQC
RCLGQ2LZMFVPBPTU2G55DJ6HZPOGGTPZRZCY54VGP6YLHANJ2LAQC
YIQN7NJTGEVKW7JZHL6CTH6EPCIXCNBYNURIGXPYZAOUX3VAJQMAC
cout << "InputGH: iteration " << cctk_iteration << ", time " << cctk_time << "\n";
cout << "InputGH: iteration " << cctk_iteration << ", time " << cctk_time
<< "\n";
CCTK_VINFO("InputGH: iteration %d, time %f", cctk_iteration, double(cctk_time));
CCTK_VINFO("InputGH: iteration %d, time %f", cctk_iteration,
double(cctk_time));
cout << "OutputGH: iteration " << cctk_iteration << ", time " << cctk_time << ", run time " << CCTK_RunTime() << " s\n";
cout << "OutputGH: iteration " << cctk_iteration << ", time " << cctk_time
<< ", run time " << CCTK_RunTime() << " s\n";
CCTK_VINFO("OutputGH: iteration %d, time %f, run time %d s\n", cctk_iteration, double(cctk_time), CCTK_RunTime());
CCTK_VINFO("OutputGH: iteration %d, time %f, run time %d s\n",
cctk_iteration, double(cctk_time), CCTK_RunTime());