*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit f375d2c5 authored by Hanser, Valentin's avatar Hanser, Valentin
Browse files

fixed typo

parent 89cf8de1
No related branches found
No related tags found
No related merge requests found
Pipeline #284395 passed
......@@ -67,7 +67,7 @@ coefHysteresisMS<DIM_MESH, DIM_PREISACH, DIM_MS_COEF_R, DIM_MS_COEF_C>::coefHyst
}
});
cout << "\n";
cout << "created " << CountVectorPreisachPoints() << (mirrorPoints ? "mirrored": " ") <<" VectorPreisachPoints , mesh dim: " << DIM_MESH <<", Preisach dim: " << DIM_PREISACH << ", Ndist" << ptrDist->size() << endl;
cout << "created " << CountVectorPreisachPoints() << (mirrorPoints ? " mirrored": " ") <<" VectorPreisachPoints , mesh dim: " << DIM_MESH <<", Preisach dim: " << DIM_PREISACH << ", Ndist" << ptrDist->size() << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment