diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-07-05 15:50:07 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-07-05 15:50:07 -0500 |
commit | 877192bf614fe95cc17d9a44620dc9f7d27cd796 (patch) | |
tree | 7f8a4367c1738856a0d633c60003639ea1b92085 /src/fit.c | |
parent | 4f20c8eedf21739d05ba05f1e29c1f9e51666003 (diff) | |
download | sddm-877192bf614fe95cc17d9a44620dc9f7d27cd796.tar.gz sddm-877192bf614fe95cc17d9a44620dc9f7d27cd796.tar.bz2 sddm-877192bf614fe95cc17d9a44620dc9f7d27cd796.zip |
add MCVX time to the YAML file
Diffstat (limited to 'src/fit.c')
-rw-r--r-- | src/fit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6120,6 +6120,7 @@ int main(int argc, char **argv) fprintf(fout, " dirx: %.4f\n", bmctk.drx); fprintf(fout, " diry: %.4f\n", bmctk.dry); fprintf(fout, " dirz: %.4f\n", bmctk.drz); + fprintf(fout, " time: %.4f\n", bmcvx.tim); } if (bmcgn.next) { |