aboutsummaryrefslogtreecommitdiff
path: root/src/Kerr.c
diff options
context:
space:
mode:
authorjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-05-02 18:54:28 +0000
committerjthorn <jthorn@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2003-05-02 18:54:28 +0000
commit5ec98007b99725ad730f536d7db8c9a89630eea8 (patch)
tree196c97f8104f41e465b966837b2d00a62aa4735a /src/Kerr.c
parentcb6d5b1e2cfd358471f5a3df47cc98b437eb49bb (diff)
This patch fixes a bug in
void Misner_standard(CCTK_ARGUMENTS) where setting ADMBase::metric_type = "static conformal" StaticConformal::conformal_storage = "factor" led to the local flag make_conformal_derivs never being initialized. Alas, later code then tested this flag, and if the random garbage that's in uninitialized memory happened to be nonzero, the later code would then proceed to try to initialize the 1st derivatives of the conformal factor. Since these don't have storage allocated, this core-dumps. :( :( The bug is fixed by changing the logic to always set make_conformal_derivs . git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@127 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'src/Kerr.c')
0 files changed, 0 insertions, 0 deletions