Skip to content

Commit

Permalink
Merge pull request #2289 from DARMA-tasking/2161-fix-comment-typo
Browse files Browse the repository at this point in the history
#2161: Fix comment typo in `args.cc`
  • Loading branch information
lifflander authored May 28, 2024
2 parents 1570dcf + 6856705 commit 6e12d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vt/configs/arguments/args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ std::tuple<int, std::string> parseArguments(

std::vector<char*> vt_args;

// Load up vectors (has curious ability to alternate vt/mpi/passthru)
// Load up vectors
// Has the ability to read interleaved arguments for vt, MPI, and others passed through to other libraries or the application.
std::vector<char*>* rargs = nullptr;
for (int i = 1; i < argc; i++) {
char* c = argv[i];
Expand Down

0 comments on commit 6e12d9c

Please sign in to comment.