fixed plot of nlsop profile
[physik/nlsop.git] / nlsop.c
diff --git a/nlsop.c b/nlsop.c
index ce06cec..350868e 100644 (file)
--- a/nlsop.c
+++ b/nlsop.c
@@ -1081,7 +1081,7 @@ u32 get_reject_graph(info *my_info,d3_lattice *d3_l,char *file,u32 *graph) {
  free(flag);
 
 #ifdef DEBUG_INTERPOL_PROFILE
- printf("debug: (interpolated profile)\n");
+ printf("debug: %s (interpolated profile)\n",file);
  for(i=0;i<d3_l->max_z;i++) printf("%d %d\n",i,graph[i]);
 #endif