8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix code style according to PETSc style guide and remove/rename legacy macros/functions.
TRY()
ierr= ;CHKERRQ(ierr);
#undef __FUNCT__
#define __FUNCT__
FLLOP
PETSC
PERMON
The issues are valid also for PermonQP and should be fixed at the same time.
The text was updated successfully, but these errors were encountered:
I think, this fix is not so urgent and can wait after fixing the code style in core package. :)
Sorry, something went wrong.
jkruzik
No branches or pull requests
Fix code style according to PETSc style guide and remove/rename legacy macros/functions.
TRY()
withierr= ;CHKERRQ(ierr);
#undef __FUNCT__
/#define __FUNCT__
(Get rid of #undef __FUNCT__ / #define __FUNCT__ permon#17)FLLOP
macros/functions in favour ofPETSC
macros/functions or rename them toPERMON
(suggestions for permonsys.h permon#41)The issues are valid also for PermonQP and should be fixed at the same time.
The text was updated successfully, but these errors were encountered: