Ignore:
Timestamp:
Jun 10, 2016 12:06:59 PM (8 years ago)
Author:
suehring
Message:

Rename multigrid into multigrid_noopt and multigrid_fast into multigrid, subroutines poismg is renamed into poismg_noopt and poismg_fast_mod into poismg_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/pres.f90

    r1930 r1931  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! Rename multigrid into multigrid_noopt and multigrid_fast into multigrid
    2222!
    2323! Former revisions:
     
    570570          CALL poismg( tend )
    571571       ELSE
    572           CALL poismg_fast( tend )
     572          CALL poismg_noopt( tend )
    573573       ENDIF
    574574
Note: See TracChangeset for help on using the changeset viewer.