Changeset 3fbbfbb for enyshe_p.f


Ignore:
Timestamp:
06/16/10 08:25:47 (14 years ago)
Author:
Jan Meinke <j.meinke@…>
Branches:
master
Children:
5fef0d7
Parents:
9f146fa
Message:

Move to doxygen comments and smmp_p.

Doxygen comments in Fortran are !> ... !! ... !<. I'm planning move the API documentation from the
lyx file into the code. This should make it easier to get documentation for all the common block
variables as well.

Use import smmp_p to indicate the parallel version of the Python bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • enyshe_p.f

    r9f146fa r3fbbfbb  
    1313      real*8 function enyshe(nml)
    1414
    15 !     ............................................................................
    16 !
    17 !     PURPOSE: Calculate internal energy of molecule 'nml' with ECEPP parameters
    18 !
    19 !     CALLS: none
    20 !
    21 !     The function loops over all moving sets within the molecule. Within
    22 !     this loop it loops over the van-der-Waals domains of each atom in the
    23 !     moving set and finally over the atoms that belong to the 1-4 interaction
    24 !     set.
    25 !     ............................................................................
     15!>     PURPOSE: Calculate internal energy of molecule 'nml' with ECEPP parameters
     16!!
     17!!     CALLS: none
     18!!
     19!!     The function loops over all moving sets within the molecule. Within
     20!!     this loop it loops over the van-der-Waals domains of each atom in the
     21!!     moving set and finally over the atoms that belong to the 1-4 interaction
     22!!     set.
     23!<     ............................................................................
    2624
    2725      include 'INCL.H'
Note: See TracChangeset for help on using the changeset viewer.