We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e9289 commit 75d629dCopy full SHA for 75d629d
aerokit/common/defaultgas.py
@@ -26,6 +26,6 @@ def save_default():
26
_saved_gamma = _gamma
27
28
def restore_default():
29
- global _saved_r, _saved_gamma, _r, _gamma
+ global _r, _gamma
30
_r = _saved_r
31
_gamma = _saved_gamma
0 commit comments