Update boxes-config with Fortran box

As a Fortran programmer, it's nice to have a box that uses the Fortran ! comment character
This commit is contained in:
Matthew Thompson 2018-02-08 15:28:30 -05:00 committed by Thomas Jensen
parent e631886c56
commit b9cb042e49

View File

@ -2878,4 +2878,36 @@ elastic (n, e, s, w)
END important3
# ============================================================================
BOX fortran
author "Matt Thompson <fortran(at)gmail(dot)com>"
designer "(public domain)"
revision "1.0"
created "2018-02-08"
sample
!!!!!!!!!!!!!
! !
! !
!!!!!!!!!!!!!
ends
shapes {
nw ("!") n ("!")
se ("!") e ("!")
sw ("!") s ("!")
ne ("!") w ("!")
}
padding { h 1 }
elastic (n,s,e, w)
END fortran
# ============================================================================
#EOF vim: set ai sw=4: