Skip to content
Snippets Groups Projects
Commit 4aa39c96 authored by Tyson Littenberg's avatar Tyson Littenberg
Browse files

ugh

parent a012355c
No related branches found
No related tags found
2 merge requests!173Polarization,!134Big glitch tweaks
......@@ -276,7 +276,7 @@ int main(int argc, char *argv[])
if(data->verboseFlag)
{
*vFile = fopen("windowed_glitch.dat","w");
vFile = fopen("windowed_glitch.dat","w");
for(i=0; i<data->bw_N; i++) fprintf(vFile,"%lg %lg\n",(double)i*data->bw_dt,glitch_model[i]);
fclose(vFile);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment