• R/O
  • SSH

treelm: Commit

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


Commit MetaInfo

Revision17aad2a0572b9c809936f5a84a278938f25579f2 (tree)
Zeit2020-09-05 16:11:45
AutorHarald Klimach <harald.klimach@uni-...>
CommiterHarald Klimach

Log Message

Fix FORD documentation indicator for endPnt of tem_cube_type.

Ändern Zusammenfassung

Diff

diff -r 7fe444b0dc26 -r 17aad2a0572b source/shapes/tem_cube_module.f90
--- a/source/shapes/tem_cube_module.f90 Sat Sep 05 00:08:37 2020 +0200
+++ b/source/shapes/tem_cube_module.f90 Sat Sep 05 09:11:45 2020 +0200
@@ -1,5 +1,5 @@
11 ! Copyright (c) 2019 Kannan Masilamani <kannan.masilamani@uni-siegen.de>
2-! Copyright (c) 2019 Harald Klimach <harald.klimach@uni-siegen.de>
2+! Copyright (c) 2019-2020 Harald Klimach <harald.klimach@uni-siegen.de>
33 !
44 ! Redistribution and use in source and binary forms, with or without
55 ! modification, are permitted provided that the following conditions are met:
@@ -55,7 +55,7 @@
5555 real(kind=rk) :: center(3) !< center of the cube
5656 real(kind=rk) :: extent !< length of the cube
5757 real(kind=rk) :: halfwidth !< half length of the cube
58- real(kind=rk) :: endPnt(3) !> End point of the cube
58+ real(kind=rk) :: endPnt(3) !< End point of the cube
5959 end type tem_cube_type
6060
6161 contains
Show on old repository browser