You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
373 B

subroutine pvclearcache
implicit none
include 'lib/TensorReduction/Include/TRclear.f'
include 'lib/TensorReduction/Include/pvRespectmaxcindex.f'
include 'lib/TensorReduction/Include/TRbadpoint.f'
integer:: j
do j=1,5
clear(j)=.true.
enddo
pvRespectmaxcindex=.true.
pvbadpoint=.false.
return
end