Skip to content

Commit 62884e3

Browse files
authored
Merge pull request brucefan1983#1294 from brucefan1983/remove_warning
remove warning
2 parents 593aaf3 + 4bcb1be commit 62884e3

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

src/measure/dump_restart.cu

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ void Dump_Restart::parse(const char** param, int num_param)
4747
}
4848
dump_ = true;
4949
printf("Dump restart every %d steps.\n", dump_interval_);
50-
51-
print_line_1();
52-
printf("Warning: Starting from GPUMD-v3.4, the velocity data in restart.xyz will be in units of "
53-
"Angstrom/fs\n");
54-
printf(" Previously they are in units of 1/1.018051e+1 Angstrom/fs.\n");
55-
print_line_2();
5650
}
5751

5852
void Dump_Restart::preprocess(

src/measure/dump_velocity.cu

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ void Dump_Velocity::parse(const char** param, int num_param, const std::vector<G
5858
PRINT_INPUT_ERROR("Unrecognized argument in dump_velocity.\n");
5959
}
6060
}
61-
62-
print_line_1();
63-
printf("Warning: Starting from GPUMD-v3.4, the velocity data in velocity.out will be in units of "
64-
"Angstrom/fs\n");
65-
printf(" Previously they are in units of Angstrom/ps.\n");
66-
printf(" The reason for this change is to make it consistent with the extendend XYZ "
67-
"format.\n");
68-
print_line_2();
6961
}
7062

7163
void Dump_Velocity::preprocess(

0 commit comments

Comments
 (0)