From 665bf78d21438880a2855c84c2a753cfa140147d Mon Sep 17 00:00:00 2001 From: David A Minton Date: Thu, 29 Jul 2021 10:50:29 -0400 Subject: [PATCH] Added a better description of the purpose of the swiftest module --- src/modules/swiftest.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/swiftest.f90 b/src/modules/swiftest.f90 index 58074a2fe..61d45163c 100644 --- a/src/modules/swiftest.f90 +++ b/src/modules/swiftest.f90 @@ -2,7 +2,7 @@ module swiftest !! author: David A. Minton !! graph: false !! - !! Basic parameters, definitions, and global type definitions used throughout the Swiftest project + !! This module serves to combine all of the Swiftest project modules under a single umbrella so that they can be accessed from individual submodule implementations with a simple "use swiftest" line. use swiftest_globals use swiftest_operators use swiftest_classes