From f307ee170227cb1e2472b8fef22d4d92870ef4b3 Mon Sep 17 00:00:00 2001 From: Vikas Sharma Date: Sun, 3 Oct 2021 00:22:34 +0530 Subject: [PATCH] adding .fortls Adding fortl --- .fortls | 11 +++++------ src/modules/easifemBase/src/easifemBase.F90 | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.fortls b/.fortls index aef346d69..710dfed6d 100644 --- a/.fortls +++ b/.fortls @@ -3,13 +3,12 @@ "src", "tests" ], - "excl_suffixes": ["_skip.F90"], - "pp_suffixes": [".F90", ".inc", ".part"], + "excl_suffixes": ["_skip.F90", ".bk", ".ignore"], + "pp_suffixes": [".F90", ".inc", ".part", ".f90"], "pp_defs": {}, - "include_dirs": [ - "/Users/vikassharma/.easifem/vscode/include/" - ], + "include_dirs": [], "ext_source_dirs": [], "lowercase_intrinsics": false, - "debug_log": false + "debug_log": false, + "disable_diagnostics": false } \ No newline at end of file diff --git a/src/modules/easifemBase/src/easifemBase.F90 b/src/modules/easifemBase/src/easifemBase.F90 index 74ca90c7b..784b31b2e 100644 --- a/src/modules/easifemBase/src/easifemBase.F90 +++ b/src/modules/easifemBase/src/easifemBase.F90 @@ -1,3 +1,20 @@ +! This program is a part of EASIFEM library +! Copyright (C) 2020-2021 Vikas Sharma, Ph.D +! +! This program 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 3 of the License, or +! (at your option) any later version. +! +! This program 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 this program. If not, see +! + MODULE easifemBase USE BaseType USE BaseMethod