Skip to content

Commit

Permalink
fix(learn-addition): match use stmt to module name
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Jan 6, 2024
1 parent bf9d020 commit d8ebb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/learn-addition.f90
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ program learn_addition
inference_engine_t, trainable_engine_t, mini_batch_t, tensor_t, input_output_pair_t, shuffle, relu_t
use sourcery_m, only : string_t, file_t, command_line_t, bin_t, csv
use assert_m, only : assert, intrinsic_array_t
use add_inputs, only : y
use addition_m, only : y
implicit none

type(string_t) intial_network_file, final_network_file
Expand Down

0 comments on commit d8ebb1b

Please sign in to comment.