diff --git a/test/C/elpa2_test_complex_c_version.c b/test/C/elpa2_test_complex_c_version.c index 5f42cfe99ce0be4a274e3546dd2139afa5e9deba..f7b6952a1f23176b28f26731209a948ba67f6fe0 100644 --- a/test/C/elpa2_test_complex_c_version.c +++ b/test/C/elpa2_test_complex_c_version.c @@ -109,13 +109,13 @@ int main(int argc, char** argv) { if (myid == 0) { printf("This is the c version of an ELPA test-programm\n"); printf("\n"); - printf("It will call the 1stage ELPA complex solver for a matrix\n"); + printf("It will call the 2stage ELPA complex solver for a matrix\n"); printf("of matrix size %d. It will compute %d eigenvalues\n",na,nev); printf("and uses a blocksize of %d\n",nblk); printf("\n"); printf("This is an example program with much less functionality\n"); printf("as it's Fortran counterpart. It's only purpose is to show how \n"); - printf("to evoke ELPA1 from a c programm\n"); + printf("to evoke ELPA 2 from a c programm\n"); printf("\n");