• R/O
  • SSH

polynomials: Commit

Repository of the polynomials library. Now found at https://github.com/apes-suite/polynomials


Commit MetaInfo

Révisiond186d82c95d59f4857d9aa02c76bc99e3d979db3 (tree)
l'heure2020-09-21 00:32:03
AuteurHarald Klimach <harald.klimach@uni-...>
CommiterHarald Klimach

Message de Log

Made necessary components public again in the ply_subresolution_module.

Change Summary

Modification

diff -r 2037c5ba1afd -r d186d82c95d5 source/ply_subresolution_module.f90
--- a/source/ply_subresolution_module.f90 Thu Sep 10 09:09:59 2020 +0200
+++ b/source/ply_subresolution_module.f90 Sun Sep 20 17:32:03 2020 +0200
@@ -1,4 +1,4 @@
1-! Copyright (c) 2015-2016 Harald Klimach <harald.klimach@uni-siegen.de>
1+! Copyright (c) 2015-2016, 2020 Harald Klimach <harald.klimach@uni-siegen.de>
22 ! Copyright (c) 2016-2017, 2020 Peter Vitt <peter.vitt2@uni-siegen.de>
33 ! Copyright (c) 2016 Tobias Girresser <tobias.girresser@student.uni-siegen.de>
44 ! Copyright (c) 2017 Jiaxing Qi <jiaxing.qi@uni-siegen.de>
@@ -82,6 +82,13 @@
8282 integer :: colpos
8383 end type ply_subres_colvar_type
8484
85+ public :: ply_subresolution_type
86+ public :: ply_subresolution_load
87+ public :: ply_subres_import_color
88+ public :: ply_subres_get_elemcolor
89+ public :: ply_subres_colvar_type
90+
91+
8592 contains
8693
8794
Afficher sur ancien navigateur de dépôt.