Skip to content

Commit

Permalink
fortran vs cyrus
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jul 21, 2021
1 parent e637802 commit 1b7def2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/tests/conduit/fortran/t_f_conduit_intro_ftn_example.f90
Expand Up @@ -54,11 +54,10 @@ subroutine t_ftn_obj_example

call n_den%print()

print *,
print *,"Density (", (units(i),i=1,units_len), "):"

do i = 1,4
write(*,"(f5.2,1x)",advance="no"), d_arr(i)
write (*,"(f5.2,1x)",advance="no") d_arr(i)
enddo
print *

Expand Down
2 changes: 1 addition & 1 deletion src/tests/relay/t_conduit_intro_bp_and_relay.cpp
Expand Up @@ -4,7 +4,7 @@

//-----------------------------------------------------------------------------
///
/// file: t_conduit_intro_talk_examples.cpp
/// file: t_conduit_intro_bp_and_relay.cpp
///
//-----------------------------------------------------------------------------

Expand Down

0 comments on commit 1b7def2

Please sign in to comment.