Skip to content

Commit 3588d07

Browse files
authored
Add missing edit descriptor (#113)
1 parent 8fb2ef3 commit 3588d07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/get_set_network_params.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ program get_set_network_params
8787
print '("net2 output: ", *(g0,1x))', ypred2
8888

8989
print *
90-
print '(a)', 'Original and cloned network outputs match:', all(ypred1 == ypred2)
90+
print '("Original and cloned network outputs match: ",l)', all(ypred1 == ypred2)
9191

92-
end program get_set_network_params
92+
end program get_set_network_params

0 commit comments

Comments
 (0)