• R/O
  • SSH

treelm: Commit

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


Commit MetaInfo

Revisiónd7356957b097827a1e4669bf61614c2ce387f5d0 (tree)
Tiempo2022-10-25 19:45:38
AutorHarald Klimach <harald.klimach@dlr....>
CommiterHarald Klimach

Log Message

Moved npoints definition prior its usage.

Cambiar Resumen

Diferencia incremental

diff -r 5e3aeffab412 -r d7356957b097 external/dummy/tem_precice_module.f90
--- a/external/dummy/tem_precice_module.f90 Mon Oct 17 15:56:54 2022 +0200
+++ b/external/dummy/tem_precice_module.f90 Tue Oct 25 12:45:38 2022 +0200
@@ -635,9 +635,9 @@
635635 ! ************************************************************************ !
636636 subroutine tem_precice_write_scalar( dataID, posID, npoints, val )
637637 ! -------------------------------------------------------------------- !
638+ integer, intent(in) :: npoints
638639 integer, intent(in) :: dataID
639640 integer, intent(in) :: posID(npoints)
640- integer, intent(in) :: npoints
641641 real(kind=rk), intent(in) :: val(npoints)
642642 ! -------------------------------------------------------------------- !
643643 integer(kind=c_int) :: c_dataID
Show on old repository browser