@@ -38,18 +38,18 @@ NUMGRID_API void free_context(context_t *context);
38
38
/* generate grid and hold it in memory for the lifetime of the context */
39
39
NUMGRID_API int generate_grid (context_t * context ,
40
40
const double radial_precision ,
41
- const int min_num_angular_points ,
42
- const int max_num_angular_points ,
43
- const int num_centers ,
41
+ const int min_num_angular_points ,
42
+ const int max_num_angular_points ,
43
+ const int num_centers ,
44
44
const double center_coordinates [],
45
- const int center_elements [],
46
- const int num_outer_centers ,
45
+ const int center_elements [],
46
+ const int num_outer_centers ,
47
47
const double outer_center_coordinates [],
48
- const int outer_center_elements [],
49
- const int num_shells ,
50
- const int shell_centers [],
51
- const int shell_l_quantum_numbers [],
52
- const int shell_num_primitives [],
48
+ const int outer_center_elements [],
49
+ const int num_shells ,
50
+ const int shell_centers [],
51
+ const int shell_l_quantum_numbers [],
52
+ const int shell_num_primitives [],
53
53
const double primitive_exponents []);
54
54
55
55
/* get number of grid points */
0 commit comments