File tree Expand file tree Collapse file tree 3 files changed +5
-110
lines changed Expand file tree Collapse file tree 3 files changed +5
-110
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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,
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",
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments