Skip to content
Snippets Groups Projects
Commit c7f272ea authored by vesoik's avatar vesoik
Browse files

WSS removed when parameters added

parent 8574c50c
Branches
Tags
No related merge requests found
...@@ -344,6 +344,10 @@ int main(int argc, char **argv) ...@@ -344,6 +344,10 @@ int main(int argc, char **argv)
} }
par1.parNr+=parNr; par1.parNr+=parNr;
/* Remove WSS data */
for(ti=0; ti<par1.tacNr; ti++) par1.r[ti].wss=nan("");
/* Save file */ /* Save file */
if(verbose>1) printf(" saving\n"); if(verbose>1) printf(" saving\n");
fp=fopen(parfile1, "w"); fp=fopen(parfile1, "w");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment