- Code: Select all
-bash-4.1$ svn cat cgesvdx.f | grep -E '(ALLS|INDS) ='
ALLS = LSAME( RANGE, 'A' )
INDS = LSAME( RANGE, 'I' )
ALLS = LSAME( RANGE, 'A' )
INDS = LSAME( RANGE, 'I' )
Patch removes the redundant assignments.
-bash-4.1$ svn cat cgesvdx.f | grep -E '(ALLS|INDS) ='
ALLS = LSAME( RANGE, 'A' )
INDS = LSAME( RANGE, 'I' )
ALLS = LSAME( RANGE, 'A' )
INDS = LSAME( RANGE, 'I' )Users browsing this forum: No registered users and 1 guest