Formatting change
This commit is contained in:
parent
62e52940bc
commit
746face829
1 changed files with 1 additions and 2 deletions
3
main.cpp
3
main.cpp
|
@ -3,8 +3,7 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
Particle<float> test = {
|
||||
{0.0, 0.0, 0.0}, {0.0, 0.0, 0.0}, {0.0, 0.0, 0.0}, 10};
|
||||
Particle test = {{0.0, 0.0, 0.0}, {0.0, 0.0, 0.0}, {0.0, 0.0, 0.0}, 10};
|
||||
std::cout << test.pos.x << " " << test.pos.y << " " << test.pos.z;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue