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 0e26c34 commit 78c4c42Copy full SHA for 78c4c42
fields/field.cc
@@ -165,9 +165,7 @@ void gfield::initialize(goptions Opt)
165
if (rotations[0].find(name) != string::npos) {
166
map->mapRotation[0] = get_number(rotations[1]);
167
map->mapRotation[1] = get_number(rotations[2]);
168
- map->mapRotation[2] = get_number(rotations[3]);
169
-
170
- cout << " ASD " << map->mapRotation[0]/deg << " " << map->mapRotation[1]/deg << " " << map->mapRotation[2]/deg << endl;
+ map->mapRotation[2] = get_number(rotations[3]);
171
}
172
173
0 commit comments