[Octopus-devel] cvs commit: marques/octopus/src systm.F90

cvsusers at tddft.org cvsusers at tddft.org
Fri Feb 3 18:22:24 WET 2006


acastro     2006/02/03 18:22:24 WET

  Modified files:
    octopus/src          systm.F90 
  Log:
  The argument parallel_mask of system_init was flagged as optional.
  Then the internal argument parallel_mask_ was set to be equal to
  parallel_mask when it was present, as usual... except that then it was
  not used.
  Instead of fixing this, I noticed that system_init is only called once,
  and parallel_mask was passed. So no need for an optional argument there.
  
  Revision  Changes    Path
  1.89      +2 -6      marques/octopus/src/systm.F90


More information about the Octopus-devel mailing list