update from v0.1 to v1.0
[weak_simulation_stab_extent.git] / exponentialsum.c
index cbf58d9592229fe629923e48c48a4f4c1883760f..53360e1ca262b6e75f13450522e92240258adf18 100644 (file)
@@ -331,7 +331,7 @@ complex double exponentialsum(int *k, int *Q, int *D, int **J) {
 
 
 void append(struct Node** head_ref, int new_data) 
-{ 
+{
     struct Node* new_node = (struct Node*) malloc(sizeof(struct Node)); 
     struct Node *last = *head_ref;