~siesta-ts/siesta/trunk_ts_soc

« back to all changes in this revision

Viewing changes to Src/mneighb.f

  • Committer: Nils Wittemeier
  • Date: 2019-02-14 07:45:07 UTC
  • mfrom: (746.1.15 trunk)
  • Revision ID: nils@4wittemeier.de-20190214074507-1mvzbmj9kw19gllr
MergedĀ trunkĀ 761

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2
 
! Copyright (C) 1996-2016       The SIESTA group
 
2
! Copyright (C) 1996-2016       The SIESTA group
3
3
!  This file is distributed under the terms of the
4
4
!  GNU General Public License: see COPYING in the top directory
5
5
!  or http://www.gnu.org/copyleft/gpl.txt.
909
909
C   also done with J, so that the output I() are always within range.
910
910
C If IOPT=0, nothing is done.
911
911
C *********** USAGE **************************************************
912
 
C       Sample usage to find the Laplacian of a function defined in a mesh 
 
912
C       Sample usage to find the Laplacian of a function defined in a mesh 
913
913
C with periodic boundary conditions in a space of variable dimension
914
914
C    SUBROUTINE LAPLACIAN( ND, N, DX, F, FLAPL )
915
915
C    PARAMETER (MAXD = 3)