Skip to content
Snippets Groups Projects
Commit 988e4161 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

some more potentially unused variables in fortran interface

parent 4c9f87d5
Branches
Tags
2 merge requests!10Feature/fix warnings,!8Refactor
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
......@@ -30,6 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "../include/ALL.hpp"
#include "../include/ALL_Defines.h"
#include <cassert>
#include <vector>
......@@ -138,7 +139,7 @@ void all_getdimension_c(ALL::ALL<double, double> *all_obj, int *dim) {
}
// print VTK outlines
void all_printvtkoutlines_c(ALL::ALL<double, double> *all_obj, int step) {
void all_printvtkoutlines_c(ALL::ALL<double, double> * all_obj known_unused, int known_unused step) {
#ifdef ALL_VTK_OUTPUT
all_obj->printVTKoutlines(step);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment