diff --git a/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C b/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C index 869014c0b3..ac130022d3 100644 --- a/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C +++ b/src/Infrastructure/Mesh/src/ESMCI_Mesh_GToM_Glue.C @@ -1784,7 +1784,7 @@ Par::Out() << "\tnot in mesh!!" << std::endl; // Init fracs if (efields[GTOM_EFIELD_FRAC]) { double *d=efields[GTOM_EFIELD_FRAC]->data(elem); - *d=1.0; + *d=0.0; } if (efields[GTOM_EFIELD_FRAC2]) {