fermisurfer Git
Revision | 249bab033dffd0f8466a4eae39da09560825b2c3 (tree) |
---|---|
Zeit | 2015-11-05 17:46:15 |
Autor | Yusuke Konishi <konishi@issp...> |
Commiter | Yusuke Konishi |
mod mac.diff
@@ -7,16 +7,16 @@ | ||
7 | 7 | #include <math.h> |
8 | 8 | ! #include <GL/glut.h> |
9 | 9 | ! #include <omp.h> |
10 | - /* | |
11 | - Input variables | |
10 | + /** | |
11 | + * Input variables | |
12 | 12 | */ |
13 | 13 | --- 24,30 ---- |
14 | 14 | #include <stdlib.h> |
15 | 15 | #include <stdio.h> |
16 | 16 | #include <math.h> |
17 | 17 | ! #include <GLUT/glut.h> |
18 | - /* | |
19 | - Input variables | |
18 | + /** | |
19 | + * Input variables | |
20 | 20 | */ |
21 | 21 | *************** |
22 | 22 | *** 2078,2084 **** |