| 567de0b4 | 07-May-2018 |
Satish Balay <balay@mcs.anl.gov> |
ex4: fix complex compile errors:
/Users/petsc/petsc.next-3/src/vec/vscat/examples/ex4.c:72:9: error: cannot convert 'const PetscScalar' (aka 'const complex<double>') to 'PetscInt' (aka 'int') withou
ex4: fix complex compile errors:
/Users/petsc/petsc.next-3/src/vec/vscat/examples/ex4.c:72:9: error: cannot convert 'const PetscScalar' (aka 'const complex<double>') to 'PetscInt' (aka 'int') without a conversion operator if ((PetscInt)yval[0] != ix[0]+i) errors++; ^~~~~~~~~~~~~~~~~
show more ...
|
| ee6bcb70 | 26-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
remove line continuations. This fixes warnings on arch-opensolaris-cmplx-pkgs-dbg "ex1f.F", line 110: warning: In-place macro substitution leaves line truncated "ex1f.F", line 111: warning: In-place
remove line continuations. This fixes warnings on arch-opensolaris-cmplx-pkgs-dbg "ex1f.F", line 110: warning: In-place macro substitution leaves line truncated "ex1f.F", line 111: warning: In-place macro substitution leaves line truncated
show more ...
|