Skip to content
New issue

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

Bug fix-- scale factor for du/ds2s3 dof, one-liner #103

Merged
merged 1 commit into from May 25, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/field_routines.f90
Expand Up @@ -22267,7 +22267,7 @@ SUBROUTINE FIELD_SCALINGS_CALCULATE(FIELD,ERR,ERROR,*)
nu1=PART_DERIV_S1
ni2=3
nu2=PART_DERIV_S3
ELSE IF(partial_derivative_idx==PART_DERIV_S1_S2) THEN
ELSE IF(partial_derivative_idx==PART_DERIV_S2_S3) THEN
ni1=2
nu1=PART_DERIV_S2
ni2=3
Expand Down