Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vladislav Perepelkin
hppca
Commits
563eef69
Commit
563eef69
authored
Jun 01, 2016
by
Vladislav Perepelkin
Browse files
Revert "excluded iter 0 from saving"
This reverts commit
d7e82be9
.
parent
d7e82be9
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
563eef69
rules.txt
config.c
collide.c
hpprp
...
...
hpprp.c
View file @
563eef69
...
...
@@ -156,7 +156,7 @@ int main()
{
swap_buffers
();
if
(
iter
>
0
&&
iter
%
SAVE_PERIOD
==
0
)
{
if
(
iter
%
SAVE_PERIOD
==
0
)
{
save
(
iter
);
printf
(
"%d/%d
\r
"
,
iter
,
ITERS
);
fflush
(
stdout
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment