Merge branch 'master' into reconnection

This commit is contained in:
Grzegorz Kowal 2016-05-13 13:55:33 -03:00
commit bac3af0617

View File

@ -54,6 +54,7 @@ module operators
!
public :: initialize_operators, finalize_operators
public :: divergence, gradient, curl, laplace
public :: derivative_1st, derivative_2nd
!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
!
@ -518,12 +519,6 @@ module operators
end subroutine laplace
!
!===============================================================================
!!
!!*** PRIVATE SUBROUTINES ****************************************************
!!
!===============================================================================
!
!===============================================================================
!
! subroutine DERIVATIVE_1ST:
! -------------------------