Skip to content
Snippets Groups Projects
Commit 754bd4be authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Tell git to ignore the output of the parser test.

parent 5c7ae702
No related branches found
No related tags found
1 merge request!140First version of main() using a parameter file to get constants.
......@@ -43,6 +43,7 @@ tests/testTimeIntegration
tests/testSPHStep
tests/testKernel
tests/testParser
tests/parser_output.yml
theory/latex/swift.pdf
theory/kernel/kernels.pdf
......
......@@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
parser_print_params(&param_file);
/* Print the contents of the structure to a file in YAML format. */
parser_write_params_to_file(&param_file, "test.yaml");
parser_write_params_to_file(&param_file, "parser_output.yml");
/* Retrieve parameters and store them in variables defined above.
* Have to specify the name of the parameter as it appears in the
......
#!/bin/bash
rm parser_output.yml
./testParser testParserInput.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment