Update Boundary Conditions authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -89,7 +89,7 @@ They will be made available to the code through a [std::map](http://www.cplusplu ...@@ -89,7 +89,7 @@ They will be made available to the code through a [std::map](http://www.cplusplu
``` ```
void void
PetChopBC(GasDisk& gas, real dt) { PetShopBC(GasDisk& gas, real dt) {
using namespace std; using namespace std;
map<string, string> const& params = gas.physic().boundaries.params; map<string, string> const& params = gas.physic().boundaries.params;
real voltage = boost::lexical_cast<real>(attrs["voltage"]); real voltage = boost::lexical_cast<real>(attrs["voltage"]);
... ...
......