Skip to content
Snippets Groups Projects
Commit 91f27c54 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

add copyright headers

parent 9a224759
No related branches found
No related tags found
No related merge requests found
! This file is part of libsharp2.
!
! libsharp2 is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or
! (at your option) any later version.
!
! libsharp2 is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with libsharp2; if not, write to the Free Software
! Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
! libsharp2 is being developed at the Max-Planck-Institut fuer Astrophysik
! \file sharp.f90
! Fortran wrapper module
!
! Copyright (C) 2019 Max-Planck-Society
! \author Dag Sverre Seljebotn, Martin Reinecke
module sharp module sharp
use iso_c_binding use iso_c_binding
implicit none implicit none
......
! This file is part of libsharp2.
!
! libsharp2 is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or
! (at your option) any later version.
!
! libsharp2 is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with libsharp2; if not, write to the Free Software
! Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
! libsharp2 is being developed at the Max-Planck-Institut fuer Astrophysik
! \file test_sharp.f90
! Demo Fortran code
!
! Copyright (C) 2019 Max-Planck-Society
! \author Martin Reinecke
program test_sharp program test_sharp
use mpi use mpi
use sharp use sharp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment