Skip to content
Snippets Groups Projects

Fixes the indentation of an ouptut

Merged Nicolas Tancogne-Dejean requested to merge fix_output_indentation into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -363,7 +363,7 @@ contains
end if
write(message(1),'(a)') ' '
write(message(2),'(a)') ' index | weight | coordinates |'
write(message(2),'(a)') ' index | weight | coordinates |'
call messages_info(2, namespace=namespace)
do ik = 1, this%reduced%npoints
Loading