Skip to content
Snippets Groups Projects
Commit 9ffe1e95 authored by Stefen Guzik's avatar Stefen Guzik
Browse files

CGNS connectivity bug

parent 18410821
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ struct ZonePair ...@@ -34,7 +34,7 @@ struct ZonePair
int zone2; int zone2;
ZonePair(const int _zone1, const int _zone2) ZonePair(const int _zone1, const int _zone2)
{ {
if(_zone1 < zone2) { if(_zone1 < _zone2) {
zone1 = _zone1; zone1 = _zone1;
zone2 = _zone2; zone2 = _zone2;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment