Skip to content

Commit

Permalink
Remove main method and move its content to example3 function in `ex…
Browse files Browse the repository at this point in the history
…3.hpp`

Include `ex3.hpp` header file

Include `sstream` header file
  • Loading branch information
s-martin committed Oct 20, 2024
1 parent f953e6b commit 8be6c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ex3.C
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "ex3.hpp"
#include <sstream>

int main(int argc, char *argv[])
{
Expand Down Expand Up @@ -73,7 +74,7 @@ int main(int argc, char *argv[])
}
}

ex3(params, filename);
example3(params, filename);

return 0;
}

0 comments on commit 8be6c94

Please sign in to comment.