We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e709cf4 commit 837df47Copy full SHA for 837df47
source/main.cpp
@@ -43,11 +43,13 @@ int main(int argc, char** argv)
43
Driver DD;
44
DD.init();
45
46
- if(true)
+ if(true) {
47
std::cout<<true<<std::endl;
48
+}
49
- for(int i=0; i<10; ++i)
50
+ for(int i=0; i<10; ++i) {
51
std::cout<<i<<std::endl;
52
53
/*
54
After running mpi version of abacus, release the mpi resources.
55
*/
0 commit comments