[Commits] commit/EinsteinInitialData: 6 new changesets
Bitbucket
commits-noreply at bitbucket.org
Thu Jan 24 13:05:03 CST 2019
6 new commits in EinsteinInitialData:
https://bitbucket.org/einsteintoolkit/einsteininitialdata/commits/39405c172646/
Changeset: 39405c172646
Branch: None
User: rhaas80
Date: 2019-01-24 18:40:18+00:00
Summary: Hydro_RNSID: use CCTK_VERROR to report errors
Affected #: 1 file
https://bitbucket.org/einsteintoolkit/einsteininitialdata/commits/3ef7179ae522/
Changeset: 3ef7179ae522
Branch: None
User: rhaas80
Date: 2019-01-24 18:41:10+00:00
Summary: Hydro_RNSID: remove unused variables
Affected #: 1 file
https://bitbucket.org/einsteintoolkit/einsteininitialdata/commits/16ec9d31abd3/
Changeset: 16ec9d31abd3
Branch: None
User: rhaas80
Date: 2019-01-24 18:41:41+00:00
Summary: Hydro_RNSID: move strcmp out of loops
this was an attempt to remove compiler warnings about unset vars, but
the compiler is not clever enough to track the deps in:
int var, othervar;
const int cond = strcmp(s, "");
if(cond)
var = 42;
if(cond)
othervar = var;
Affected #: 1 file
https://bitbucket.org/einsteintoolkit/einsteininitialdata/commits/ad690cde4d61/
Changeset: ad690cde4d61
Branch: None
User: rhaas80
Date: 2019-01-24 18:44:31+00:00
Summary: Hydro_RNSID: use do..while to get rid of compiler warnings
this also fixes a bug if anyone ever asks for an accuracy of worse than
1.0
Affected #: 1 file
https://bitbucket.org/einsteintoolkit/einsteininitialdata/commits/1ff2e060c274/
Changeset: 1ff2e060c274
Branch: None
User: rhaas80
Date: 2019-01-24 18:46:13+00:00
Summary: Hydro_RNSID: pacify compiler about Omega_c maybe being unset
Affected #: 1 file
https://bitbucket.org/einsteintoolkit/einsteininitialdata/commits/953734674936/
Changeset: 953734674936
Branch: rhaas/unused_vars
User: rhaas80
Date: 2019-01-24 18:51:58+00:00
Summary: Hydro_RNSID: do not output parfile, fileinfo or run speed in tests
these quantities cannot be compared between machines
Affected #: 1 file
Repository URL: https://bitbucket.org/einsteintoolkit/einsteininitialdata/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the Commits
mailing list