Fix output formatting

Former-commit-id: 46d0fc02ccb211377982508a6618af9cc0882882
This commit is contained in:
Marek Nečada 2018-09-19 18:41:35 +03:00
parent f45b11928e
commit 2b384a48bf
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
const double s3 = 1.732050807568877293527446341505872366942805253810380628055;
// IMPORTANT: lattice properties here
const qpms_y_t lMax = 2;
const qpms_y_t lMax = 3;
const double REFINDEX = 1.52;
const double LATTICE_H = 576e-9;
static const double SCUFF_OMEGAUNIT = 3e14;
@ -184,7 +184,7 @@ int main (int argc, char **argv) {
);
// TODO CHECK B<-A vs. A<-B relation
fprintf(out, "%.16g\t%.16g\t%16g\t%.16g\t%.16g\t",
fprintf(out, "%.16g\t%.16g\t%.16g\t%.16g\t%.16g\t",
scuffomega, EeV, k0_eff, beta.x, beta.y);
if(err) fprintf(err, "%.16g\t%.16g\t%16g\t%.16g\t%.16g\t",
scuffomega, EeV, k0_eff, beta.x, beta.y);