Skip to content

Commit

Permalink
CNEWSF fixed for multispecies
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbedekar committed Jan 10, 2018
1 parent 0a5995e commit d916dd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/gnt1.f
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ SUBROUTINE GNT1FM(ICOMP)
& numactive,level, ierr)
ENDIF
iter = Mxiterxmd
CNEWSFTMP=CNEWSF
CALL xmdsolv(AMATSF, RHSSF, CNEWSF, hclosexmd, rrctol, IASF,
& JASF,NJASF,numactive, north, iter, iacl, ierr)
CNEWSFTMP(:,ICOMP)=CNEWSF(:,ICOMP)
CALL xmdsolv(AMATSF, RHSSF, CNEWSF(:,ICOMP), hclosexmd,
& rrctol, IASF, JASF,NJASF,numactive, north,
& iter, iacl, ierr)
n_iter = iter
C
IF(IDSCALE.EQ.1)THEN
Expand Down

0 comments on commit d916dd4

Please sign in to comment.