Skip to content

Commit

Permalink
Just missing 'std::' in flag NGEN_MPI_ACTIVE (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrupeshKumarPatel authored Aug 30, 2023
1 parent b57047d commit b7bba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int main(int argc, char *argv[]) {
<< ngen_VERSION_MINOR << "."
<< ngen_VERSION_PATCH << std::endl;
#ifdef NGEN_MPI_ACTIVE
cout<<" Parallel build"<<std::endl;
std::cout<<" Parallel build"<<std::endl;
#endif
#ifdef NETCDF_ACTIVE
std::cout<<" NetCDF lumped forcing enabled"<<std::endl;
Expand Down

0 comments on commit b7bba38

Please sign in to comment.