Skip to content

Commit 768055a

Browse files
committed
Remove C comments
1 parent daebe13 commit 768055a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/PDL/Ops.pd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,6 @@ EOF
433433
Code => q{
434434
PDL_IF_GENTYPE_REAL(complex,$GENERIC()) tmp=$i();
435435
tmp=csqrt(tmp);
436-
//if(creal(tmp)<0){
437-
// tmp = -tmp;
438-
//}
439436
$o() = tmp;
440437
},
441438
);

0 commit comments

Comments
 (0)