Skip to content

Commit

Permalink
Update pfd.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoboehm authored Aug 6, 2024
1 parent f4582c3 commit 44827be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singular/pfd.lib
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ EXAMPLE: example pfdParallel; shows an example"
int t4=0;
int t5=0;
string dtime = datetime();
for(i=0;i<=size(date);i++)
for(i=0;i<=size(dtime);i++)
{if(dtime[i]==":") {dtime[i]="-";}}

i=0;
Expand Down

0 comments on commit 44827be

Please sign in to comment.