Skip to content

Commit 6589f44

Browse files
committed
SOF-7449: comment and debug
1 parent 8f02a92 commit 6589f44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/context/providers/PlanewaveCutoffsContextProvider.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ export class PlanewaveCutoffsContextProvider extends mix(ContextProvider).with(
4141
}
4242

4343
get defaultECUTWFC() {
44-
let highestCutoff = 0;
45-
(this.methodData.pseudo || []).forEach((element) => {
46-
if (element.cutoffs.wfc.standard && element.cutoffs.wfc.standard > highestCutoff) {
47-
highestCutoff = element.cutoffs.wfc.standard;
48-
}
49-
});
44+
// let highestCutoff = 0;
45+
// (this.methodData.pseudo || []).forEach((element) => {
46+
// if (element.cutoffs.wfc.standard && element.cutoffs.wfc.standard > highestCutoff) {
47+
// highestCutoff = element.cutoffs.wfc.standard;
48+
// }
49+
// });
5050

51-
console.log(">>>>>>>", highestCutoff);
51+
console.log(">>>>>>>", this.methodData.pseudo);
5252

5353
return this._cutoffConfigPerApplication.wavefunction || null;
5454
}

0 commit comments

Comments
 (0)