Change namespace closing comments to “unnamed”, not anonymous

This commit is contained in:
Peter D. Barnes, Jr.
2017-09-17 19:45:56 -07:00
parent c5eafff797
commit e0e5c52e51
6 changed files with 6 additions and 6 deletions

View File

@@ -253,7 +253,7 @@ void Create3DPlotFile ()
plotFile.close ();
}
} // anonymous namespace
} // unnamed namespace
int main (int argc, char *argv[])