Skip to content
Snippets Groups Projects
Commit 68a02725 authored by tamaf96's avatar tamaf96
Browse files

prints entfernen

parent 7b69558c
No related tags found
No related merge requests found
...@@ -86,7 +86,6 @@ int main(int argc, char *argv[]) { ...@@ -86,7 +86,6 @@ int main(int argc, char *argv[]) {
//Informationen über die Fläche und eigene Position berechnen //Informationen über die Fläche und eigene Position berechnen
struct structural_info info = GetInfo(size); struct structural_info info = GetInfo(size);
printf("info: %d, %d\n",info.subdivisions_x, info.subdivisions_y);
if(rank == 0){ if(rank == 0){
//Zaehlen, wie viele Objekte am Anfang da sind und in Variable n speichern //Zaehlen, wie viele Objekte am Anfang da sind und in Variable n speichern
char ch; char ch;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment