Changeset 3fbbfbb for INCL.H


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
  • INCL.H

    r9f146fa r3fbbfbb  
    88      integer mxhbac, mxtybl, mxtyba, mxtyto, mxrt, mxvrrt, mxrtsu
    99      integer nrsty
    10 !      integer MAXLOGLEVEL, LOGFILEUNIT
     10      integer MAXLOGLEVEL, LOGFILEUNIT
    1111      double precision pi, pi2, pi4, crd, cdr, zero, one
    1212      integer izero, ione
     
    5252      integer enysolct
    5353      double precision boxsize
     54      common /log/MAXLOGLEVEL,LOGFILEUNIT
    5455      common /counter/enysolct
    5556      common /commonrandom/ seed
Note: See TracChangeset for help on using the changeset viewer.