Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples/IBFE/explicit/ex7 broken #181

Closed
deleeke opened this issue Dec 11, 2017 · 3 comments
Closed

examples/IBFE/explicit/ex7 broken #181

deleeke opened this issue Dec 11, 2017 · 3 comments

Comments

@deleeke
Copy link
Contributor

deleeke commented Dec 11, 2017

Issue type

Bug

Affected branches/commits

Branch: master
Commit: fdd3bd1

Description of problem

Looks like there is a compilation error in this example when compiling with GCC

I have not looked into it any further, but this looks like an undefined variable problem.

Compilation error output:

In file included from test_main.cpp:2:0:
example.cpp: In function 'bool run_example(int, char**)':
example.cpp:227:72: error: 'boundary_id' was not declared in this scope
                     if (boundary_info->has_boundary_id(elem,side,1) || boundary_id == boundary_info->has_boundary_id(elem,side,3))
                                                                        ^
In file included from test_main.cpp:2:0:
example.cpp:255:72: error: 'boundary_id' was not declared in this scope
                     if (boundary_info->has_boundary_id(elem,side,1) || boundary_id == boundary_info->has_boundary_id(elem,side,3))
                                                                        ^
Makefile:612: recipe for target 'test2d-test_main.o' failed

Steps to reproduce:

Configure IBAMR to build with gcc based compilers.
Attempt to compile the examples in examples/IBFE/explicit/ex7

@deleeke
Copy link
Contributor Author

deleeke commented Dec 11, 2017

@raveenak96

The Jenkins build of master is failing because of this. I filed this as an example of how you can let others know when the automated jobs catch errors like this.

@boyceg
Copy link
Contributor

boyceg commented Dec 11, 2017 via email

@boyceg
Copy link
Contributor

boyceg commented Dec 12, 2017

Fixed by #180.

@boyceg boyceg closed this as completed Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants