Quote Originally Posted by Cruz View Post
Qt Code:
  1. extern double GAMMA;
  2. double GAMMA = 0.01;
To copy to clipboard, switch view to plain text mode 
Well, this doesn't work,
Remove
Qt Code:
  1. extern double GAMMA;
To copy to clipboard, switch view to plain text mode 
from here..
Use it everywhere else, where you want this variable.