Skip to content

Commit 71a9bf0

Browse files
committed
fix
1 parent e8bc4d3 commit 71a9bf0

File tree

3 files changed

+5
-110
lines changed

3 files changed

+5
-110
lines changed

.fortls.json

Lines changed: 0 additions & 95 deletions
This file was deleted.

.fortlsrc

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"pp_suffixes": [".fpp"],
2727
"pp_defs": {
2828
"MFC": 1,
29-
"MFC_DOUBLE_PRECISION": 1
29+
"MFC_SINGLE_PRECISION": 1,
30+
"MFC_OPENACC": 1,
31+
"MFC_MPI": 1
3032
},
3133
"lowercase_intrinsics": true,
3234
"debug_log": false,
@@ -63,20 +65,8 @@
6365
"disable_var_diagnostics": false,
6466
"disable_fypp": false,
6567
"fypp_strict": false,
66-
"error_suppression_list": [
67-
"include-not-found",
68-
"mod-not-found",
69-
"module-not-found",
70-
"declared-twice",
71-
"no-matching-declaration",
72-
"invalid-parent",
73-
"parsing-error",
74-
"fypp-error",
75-
"preprocessor-error",
76-
"implicit-type"
77-
],
7868
"incremental_sync": false,
79-
"debug_parser": false,
69+
"debug_parser": true,
8070
"skip_parse_errors": true,
8171
"disable_parser": [
8272
"src/post_process/m_data_output.fpp",

src/common/m_helper.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ contains
218218
end subroutine s_initialize_nonpoly
219219

220220
!> Computes the transfer coefficient for the non-polytropic bubble compression process
221-
!! @param omega natural frqeuencies
221+
!! @param omega natural frequencies
222222
!! @param peclet Peclet number
223223
!! @param Re_trans Real part of the transport coefficients
224224
!! @param Im_trans Imaginary part of the transport coefficients

0 commit comments

Comments
 (0)