Ahmed-Naceur / dragon5

Three-Dimensional Discrete Ordinates Neutron, Photon, Electron and Positron Transport Code
7 stars 1 forks source link

LIBEED.f90 strange starting head #27

Open Ahmed-Naceur opened 2 years ago

Ahmed-Naceur commented 2 years ago

Is there a reason why LIBEED starts in this way:

!
!-----------------------------------------------------------------------
!
!Purpose:
! Read bcd-formatted MATXS format records.
! LIBEED:  transfer data from CCCC file to array.
! LIBCLS:  close file and release unit number.
!
!Copyright:
! Copyright (C) 2021 Ecole Polytechnique de Montreal
! This library is free software; you can redistribute it and/or
! modify it under the terms of the GNU Lesser General Public
! License as published by the Free Software Foundation; either
! version 2.1 of the License, or (at your option) any later version.
!
!Author(s): A. Hebert
!
!Parameters: input
! iucccc  file unit
! numrec  record number to read
! nwds    number of words to read
!
!Parameters: output
! ra      location in central memory where information is to be stored
!
!-----------------------------------------------------------------------

i.e. Why DECK and SUBROUTINE LIBEED(...) are ignored ?

Ahmed-Naceur commented 2 years ago

Hi @CBienvenue, do you have seen many subroutines starting in this way ?