Skip to content

Commit

Permalink
KAPPA: Reinsert a comma in a component list (from 2012-08-03).
Browse files Browse the repository at this point in the history
  • Loading branch information
MalcolmCurrie committed Aug 15, 2012
1 parent 3ee277f commit 8b87fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/kappa/libkappa/mstats.f
Expand Up @@ -536,7 +536,7 @@ SUBROUTINE MSTATS( STATUS )
* Extend the list of components to be accessed.
IF ( PVAR ) THEN
NC = CHR_LEN( COMP )
CALL CHR_APPND( 'VARIANCE', COMP, NC )
CALL CHR_APPND( ',VARIANCE', COMP, NC )
END IF
* Estimator
Expand Down

0 comments on commit 8b87fc9

Please sign in to comment.