Skip to content

Commit

Permalink
tiny change, test still passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Hughes committed Dec 18, 2024
1 parent 10b57c2 commit eec51c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cross_field_diffusion_broker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ double cross_field_diffusion_broker::run_1()

double cross_field_diffusion_broker::run()
{

class libconfig_string_query query( CROSS_FIELD_GEOM_FILE );
class flags f_in( query_metadata );

int const flux_ea = 1;
int const surface_model = 1;
int const bfield_interp = 0;
Expand All @@ -273,8 +277,6 @@ double cross_field_diffusion_broker::run()

importLibConfig(cfg_geom, CROSS_FIELD_GEOM_FILE);

class libconfig_string_query query( CROSS_FIELD_GEOM_FILE );

auto gitr_flags = new Flags( cfg_geom );

int nLines = 0;
Expand Down

0 comments on commit eec51c2

Please sign in to comment.