Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit dd8189ea authored by frey_m's avatar frey_m
Browse files

AMR test case: Write also momenta/velocity to file.

parent 2032939c
No related branches found
No related tags found
1 merge request!16Merge AMR fork into OPAL/master
......@@ -151,7 +151,10 @@ public:
msg2all << m_particles[l][g][dq].m_pos[0] << " "
<< m_particles[l][g][dq].m_pos[1] << " "
<< m_particles[l][g][dq].m_pos[2]
<< m_particles[l][g][dq].m_pos[2] << " "
<< m_particles[l][g][dq].m_data[1] << " "
<< m_particles[l][g][dq].m_data[2] << " "
<< m_particles[l][g][dq].m_data[3]
<< endl;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment