Created
October 27, 2011 21:10
-
-
Save ghutchis/1320887 to your computer and use it in GitHub Desktop.
quantum shells
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int numcartpershell[14] = {1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 93, 107}; | |
const char* map[14] = {"S\0", "P\0", "D\0", "F\0", "G\0", "H\0", | |
"I\0", "K\0", "L\0", "M\0", "N\0", "O\0", "Q\0", "R\0"}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment