10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Merge branch 'master' into QUEST5

This commit is contained in:
Mickaël Véril 2020-08-11 12:26:32 +02:00
commit 2b2a0c52fe

View File

@ -111,7 +111,7 @@ draft: false
}
})
if (source !== undefined) {
for (dat of submol.filter((d) => d !== source)) {
for (const dat of submol.filter((d) => d !== source)) {
dat.CopyExcitationsTypeFrom(source)
}
}