From f33c81e5eccd4addb1c3a8d12e474da43e6e9073 Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Thu, 19 Sep 2019 10:56:59 +0200
Subject: [PATCH] comment

---
 NonLinearEVP/NonLinearEVP.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NonLinearEVP/NonLinearEVP.pro b/NonLinearEVP/NonLinearEVP.pro
index 83fcdae..5edd798 100644
--- a/NonLinearEVP/NonLinearEVP.pro
+++ b/NonLinearEVP/NonLinearEVP.pro
@@ -496,7 +496,7 @@ PostOperation {
 
 eig_tol = 1e-6;
 slepc_options_nep_rat = Sprintf(" -nep_view ");
-// // These slepc options are now by default
+// // These slepc options are now by default (see Kernel/EigenSolve_SLEPC.cpp for default options)
 // slepc_options_st  = " -st_type  sinvert -st_ksp_type preonly -st_pc_type lu -st_pc_factor_mat_solver_type mumps ";
 // slepc_options_pep = Sprintf(" -pep_max_it 400 -pep_target_magnitude -pep_tol %.10f -pep_view ",eig_tol);
 slepc_options_st  = " ";
-- 
GitLab