Skip to content

Commit

Permalink
Fix compilation bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispbradley committed Aug 11, 2013
1 parent 1b72c68 commit 8ffbae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problem_routines.f90
Expand Up @@ -3045,7 +3045,7 @@ SUBROUTINE Problem_SolverGeometricTransformationSolve(geometricTransformationSol
REAL(DP) :: nodalParameters(3),nodalParametersTrans(3),transformationMatrix(4,4)
TYPE(DOMAIN_TYPE), POINTER :: domain
TYPE(DOMAIN_NODES_TYPE), POINTER :: domainNodes
TYPE(LOGICAL) :: transformBC=.FALSE.,sameBases=.TRUE.
LOGICAL :: transformBC=.FALSE.,sameBases=.TRUE.

CALL ENTERS("Problem_SolverGeometricTransformationSolve",err,error,*999)

Expand Down

0 comments on commit 8ffbae5

Please sign in to comment.