Skip to content

Commit

Permalink
Update maxwell_global_rom.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonw1 authored Nov 7, 2023
1 parent 0552a53 commit 16ab29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/prom/maxwell_global_rom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ int main(int argc, char *argv[])
Mpi::Init(argc, argv);
int num_procs = Mpi::WorldSize();
int myid = Mpi::WorldRank();
Hypre::Init();

// 2. Parse command-line options.
// const char *mesh_file = "../data/beam-tet.mesh";
const char *mesh_file = "../data/star.mesh";
int order = 1;
bool static_cond = false;
Expand Down

0 comments on commit 16ab29f

Please sign in to comment.