Skip to content

Commit 10843f5

Browse files
committed
add comment
1 parent b4d1226 commit 10843f5

File tree

1 file changed

+2
-2
lines changed
  • source/module_basis/module_pw/test_gpu

1 file changed

+2
-2
lines changed

source/module_basis/module_pw/test_gpu/pw_test.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PWTEST: public testing::Test
1414
if(rank_in_pool == 0)
1515
{
1616
cout<<"\033[32m"<<"============================"<<"\033[0m"<<endl;
17-
cout<<"\033[32m"<<"= PW MODULE TEST START ="<<"\033[0m"<<endl;
17+
cout<<"\033[32m"<<"= PW GPU MODULE TEST START ="<<"\033[0m"<<endl;
1818
cout<<"\033[32m"<<"============================"<<"\033[0m"<<endl;
1919
}
2020
}
@@ -23,7 +23,7 @@ class PWTEST: public testing::Test
2323
if(rank_in_pool == 0)
2424
{
2525
cout<<"\033[32m"<<"============================"<<"\033[0m"<<endl;
26-
cout<<"\033[32m"<<"= PW MODULE TEST END ="<<"\033[0m"<<endl;
26+
cout<<"\033[32m"<<"= PW GPU MODULE TEST END ="<<"\033[0m"<<endl;
2727
cout<<"\033[32m"<<"============================"<<"\033[0m"<<endl;
2828
}
2929
}

0 commit comments

Comments
 (0)