Skip to content

Commit

Permalink
fixed incorrect filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Hughes committed Dec 18, 2024
1 parent 43135a4 commit 1fcaf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cross_field_diffusion_broker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ double cross_field_diffusion_broker::run_1()

auto gitr_flags = new Flags( cfg_geom );

class libconfig_string_query query( CROSS_FIELD_GEOM_FILE );
class libconfig_string_query query( CROSS_FIELD_GEOM_FILE_1 );
class flags f( query );

int nLines = 0;
Expand Down

0 comments on commit 1fcaf20

Please sign in to comment.