Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Feb 20, 2024
1 parent f6fde1c commit eb090ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEX/SPEX_Utilities/Source/spex_util_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ SPEX_info spex_amd

#define HERE \
{ \
printf ("HERE: %4d %s\n", __LINE__, __FILE__) ; \
printf ("here: %4d %s\n", __LINE__, __FILE__) ; \
fprintf (stderr, "HERE: %4d %s\n", __LINE__, __FILE__) ; \
fflush (stdout) ; \
fflush (stderr) ; \
Expand Down

0 comments on commit eb090ec

Please sign in to comment.