Skip to content

Commit

Permalink
added png back to allen cahn (had been merged out apparently)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrunnels committed Nov 11, 2024
1 parent 41703ff commit a372b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Integrator/AllenCahn.H
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public:
else if (type == "constant") value.ic = new IC::Constant(value.geom, pp, "alpha.ic.constant");
else if (type == "expression") value.ic = new IC::Expression(value.geom, pp, "alpha.ic.expression");
else if (type == "bmp") value.ic = new IC::BMP(value.geom, pp, "alpha.ic.bmp");
else if (type == "png") value.ic = new IC::PNG(value.geom, pp, "alpha.ic.png");
else if (type == "random") value.ic = new IC::Random(value.geom, pp, "alpha.ic.random");
else if (type == "psread") value.ic = new IC::PSRead(value.geom, pp, "alpha.ic.psread");
else Util::Abort(INFO, "Invalid ic.type ", type);
Expand Down

0 comments on commit a372b41

Please sign in to comment.