We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comer Duncan reports that the following schedule.ccl was created:
schedule formgk AT CCTK_INITIAL before CT_MultiLevel { LANG: C SYNC: CT_g READS: grid::x(Everywhere) READS: grid::y(Everywhere) READS: grid::z(Everywhere) READS: grid::x(Everywhere) READS: grid::y(Everywhere) READS: grid::z(Everywhere) WRITES: CT_BrillAnalytic::g11(Interior) WRITES: CT_BrillAnalytic::g12(Interior) WRITES: CT_BrillAnalytic::g13(Interior) WRITES: CT_BrillAnalytic::g22(Interior) WRITES: CT_BrillAnalytic::g23(Interior) WRITES: CT_BrillAnalytic::g33(Interior) } "formgk"
This looks like a bug, because Kranc should not create duplicate entries like this.
The text was updated successfully, but these errors were encountered:
Example file demonstrating the problem is at https://gist.github.com/ianhinder/c2d3ca1ba646ca6618cd.
Sorry, something went wrong.
No branches or pull requests
Comer Duncan reports that the following schedule.ccl was created:
This looks like a bug, because Kranc should not create duplicate entries like this.
The text was updated successfully, but these errors were encountered: