mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
added an underscore to output filename
This commit is contained in:
parent
8be96d88f9
commit
98fdc38afa
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ int main(int argc, char **argv) {
|
|||
args.isObservation_flag, boxLen, false, true);
|
||||
}
|
||||
|
||||
prefix = "trimmed_nodencut";
|
||||
prefix = "trimmed_nodencut_";
|
||||
for (int i = 0; i < 2; i++) {
|
||||
dataPortion = dataPortions[i];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue