We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb4ff2 commit 567e4faCopy full SHA for 567e4fa
test/ColumnTests.cpp
@@ -466,6 +466,10 @@ namespace column
466
pp.pushScope(sensParam);
467
nlohmann::json sens_param;
468
sens_param["SENS_NAME"] = pp.getString("SENS_NAME");
469
+ if (sens_param["SENS_NAME"] == "PAR_DIFFUSION")
470
+ sens_param["SENS_NAME"] = "PORE_DIFFUSION";
471
+ else if (sens_param["SENS_NAME"] == "PAR_SURFDIFFUSION")
472
+ sens_param["SENS_NAME"] = "SURFACE_DIFFUSION";
473
sens_param["SENS_COMP"] = pp.getInt("SENS_COMP");
474
sens_param["SENS_BOUNDPHASE"] = pp.getInt("SENS_BOUNDPHASE");
475
sens_param["SENS_PARTYPE"] = pp.getInt("SENS_PARTYPE");
0 commit comments