Skip to content

Commit 762be58

Browse files
authored
Merge pull request #752 from MESAHub/chore/pmocz/format
[minor] remove trailing whitespace
2 parents f07b4e4 + 4988594 commit 762be58

File tree

667 files changed

+22790
-22804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

667 files changed

+22790
-22804
lines changed

astero/private/adipls_support.f90

Lines changed: 168 additions & 168 deletions
Large diffs are not rendered by default.

astero/private/adipls_support_procs.f90

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
! by the free software foundation; either version 2 of the license, or
1010
! (at your option) any later version.
1111
!
12-
! mesa is distributed in the hope that it will be useful,
12+
! mesa is distributed in the hope that it will be useful,
1313
! but without any warranty; without even the implied warranty of
1414
! merchantability or fitness for a particular purpose. see the
1515
! gnu library general public license for more details.
@@ -19,13 +19,13 @@
1919
! foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa
2020
!
2121
! ***********************************************************************
22-
23-
24-
2522

26-
! routines that are called by adipls
27-
! uses adipls_support, so must compile after that
28-
23+
24+
25+
26+
! routines that are called by adipls
27+
! uses adipls_support, so must compile after that
28+
2929
subroutine spcout_adi(x,y,aa,data,nn,iy,iaa,ispcpr)
3030
! must set ispcpr > 0 to get this called
3131
use astero_def, only: store_new_oscillation_results, &
@@ -35,49 +35,49 @@ subroutine spcout_adi(x,y,aa,data,nn,iy,iaa,ispcpr)
3535
use utils_lib, only: mesa_error
3636

3737
implicit none
38-
38+
3939
integer :: nn, iy, iaa, ispcpr
4040
real(dp) :: x(1:nn), y(1:iy,1:nn), aa(1:iaa,1:nn), data(8)
4141

42-
! common for storage of model parameters
42+
! common for storage of model parameters
4343
! degree, order, cyclic frequency (microHz), inertia
4444
common/cobs_param/ icobs_st, nobs_st, obs_st
4545
real(dp) :: csummm(50)
4646
common/csumma/ csummm
47-
47+
4848
integer :: icobs_st, nobs_st
4949
real(dp) :: obs_st(10,100000) ! huge 2nd dimension to satisfy bounds checking
5050

5151
integer :: ierr, new_el, new_order, new_em, n
5252
real(dp) :: new_inertia, new_cyclic_freq
53-
53+
5454
include 'formats'
55-
55+
5656
new_el = int(obs_st(1,nobs_st) + 0.5_dp)
5757
new_order = int(obs_st(2,nobs_st) + 0.5_dp)
5858
new_em = csummm(38)
5959
new_inertia = obs_st(4,nobs_st)*pi4
6060
new_cyclic_freq = obs_st(3,nobs_st)
61-
61+
6262
call store_new_oscillation_results( &
6363
new_el, new_order, new_em, new_inertia, new_cyclic_freq, 0._dp, ierr)
6464
if (ierr /= 0) call mesa_error(__FILE__,__LINE__)
65-
65+
6666
n = num_results
6767
call adipls_mode_info( &
6868
el(n), order(n), em(n), cyclic_freq(n), inertia(n), &
6969
x, y, aa, data, nn, iy, iaa, ispcpr)
7070

71-
end subroutine spcout_adi
72-
73-
71+
end subroutine spcout_adi
72+
73+
7474
subroutine modmod(x,aa,data,nn,ivarmd,iaa,imdmod)
7575
use const_def, only: dp
7676
integer :: nn, ivarmd, iaa, imdmod
7777
real(dp) :: x(nn), aa(iaa,nn), data(8)
7878
end subroutine modmod
79-
80-
79+
80+
8181
subroutine resdif
8282
return
8383
end subroutine resdif

astero/private/adipls_support_procs_stub.f90

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
! by the free software foundation; either version 2 of the license, or
1010
! (at your option) any later version.
1111
!
12-
! mesa is distributed in the hope that it will be useful,
12+
! mesa is distributed in the hope that it will be useful,
1313
! but without any warranty; without even the implied warranty of
1414
! merchantability or fitness for a particular purpose. see the
1515
! gnu library general public license for more details.
@@ -19,13 +19,13 @@
1919
! foundation, inc., 59 temple place, suite 330, boston, ma 02111-1307 usa
2020
!
2121
! ***********************************************************************
22-
23-
24-
2522

26-
! routines that are called by adipls
27-
! uses adipls_support, so must compile after that
28-
23+
24+
25+
26+
! routines that are called by adipls
27+
! uses adipls_support, so must compile after that
28+
2929
subroutine spcout_adi(x,y,aa,data,nn,iy,iaa,ispcpr)
3030
! must set ispcpr > 0 to get this called
3131
use astero_def, only: store_new_oscillation_results, &
@@ -35,22 +35,22 @@ subroutine spcout_adi(x,y,aa,data,nn,iy,iaa,ispcpr)
3535
use utils_lib, only: mesa_error
3636

3737
implicit none
38-
38+
3939
integer :: nn, iy, iaa, ispcpr
4040
real(dp) :: x(1:nn), y(1:iy,1:nn), aa(1:iaa,1:nn), data(8)
4141

42-
4342

44-
end subroutine spcout_adi
45-
46-
43+
44+
end subroutine spcout_adi
45+
46+
4747
subroutine modmod(x,aa,data,nn,ivarmd,iaa,imdmod)
4848
use const_def, only: dp
4949
integer :: nn, ivarmd, iaa, imdmod
5050
real(dp) :: x(nn), aa(iaa,nn), data(8)
5151
end subroutine modmod
52-
53-
52+
53+
5454
subroutine resdif
5555
return
5656
end subroutine resdif

0 commit comments

Comments
 (0)