• R/O
  • SSH

treelm: Commit

Repository of the treelm library.


Commit MetaInfo

Revisión85525edd135cc3f1c2540604f53e89d94db5b555 (tree)
Tiempo2022-10-25 21:12:42
AutorHarald Klimach <harald.klimach@dlr....>
CommiterHarald Klimach

Log Message

Provide field width to logical edit descriptors.

Cambiar Resumen

Diferencia incremental

diff -r d7356957b097 -r 85525edd135c source/shapes/tem_ellipsoid_module.fpp
--- a/source/shapes/tem_ellipsoid_module.fpp Tue Oct 25 12:45:38 2022 +0200
+++ b/source/shapes/tem_ellipsoid_module.fpp Tue Oct 25 14:12:42 2022 +0200
@@ -186,7 +186,7 @@
186186
187187 write(logunit(1),"(A,3E12.5)") ' origin: ', me%origin
188188 write(logunit(1),"(A,3E12.5)") ' radius: ', me%radius
189- write(logunit(1),"(A,L)") ' only surface: ', me%only_surface
189+ write(logunit(1),"(A,L5)") ' only surface: ', me%only_surface
190190
191191 ! apply transformation to ellipsoid
192192 if(transform%active) then
diff -r d7356957b097 -r 85525edd135c source/shapes/tem_sphere_module.fpp
--- a/source/shapes/tem_sphere_module.fpp Tue Oct 25 12:45:38 2022 +0200
+++ b/source/shapes/tem_sphere_module.fpp Tue Oct 25 14:12:42 2022 +0200
@@ -180,7 +180,7 @@
180180
181181 write(logunit(1),"(A,3E12.5)") ' origin: ', me%origin
182182 write(logunit(1),"(A,3E12.5)") ' radius: ', me%radius
183- write(logunit(1),"(A,L )") ' only_surface: ', me%only_surface
183+ write(logunit(1),"(A,L5 )") ' only_surface: ', me%only_surface
184184
185185 !apply transformation to sphere
186186 if(transform%active) then
Show on old repository browser