Changeset bd2278d for SMMP.kdevelop


Ignore:
Timestamp:
09/05/08 11:49:42 (16 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
fafe4d6
Parents:
2ebb8b6
Message:

Reformatting comments and continuation marks.

Fortran 90 and higher use ! to mark comments no matter where they are in the
code. The only valid continuation marker is &.
I also added the SMMP.kdevelop.filelist to the repository to make it easier
to use kdevelop.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@12 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMMP.kdevelop

    r2ebb8b6 rbd2278d  
    132132      <filetype>*.h</filetype>
    133133      <filetype>*.H</filetype>
    134       <filetype>*.hh</filetype>
     134      <filetype>*.f90</filetype>
    135135      <filetype>*.hxx</filetype>
    136136      <filetype>*.hpp</filetype>
     
    143143      <filetype>Makefile</filetype>
    144144      <filetype>CMakeLists.txt</filetype>
     145      <filetype>*.py</filetype>
     146      <filetype>*.f</filetype>
    145147    </filetypes>
    146148    <blacklist/>
Note: See TracChangeset for help on using the changeset viewer.