Skip to content

Instantly share code, notes, and snippets.

@Jragon
Created February 22, 2018 12:48
Show Gist options
  • Save Jragon/2d190174bf2a44a53a02bb0c998208d9 to your computer and use it in GitHub Desktop.
Save Jragon/2d190174bf2a44a53a02bb0c998208d9 to your computer and use it in GitHub Desktop.
vector<vector<double>> m, tmp;
vector<double> R, L;
const double min(5.0), max(25.0);
if (string(argv[1]) == "-c") {
vector<vector<Complex>> m, tmp;
vector<Complex> R, L;
const Complex min(5.0, 5.0), max(25.0, 25.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment