Skip to content

Commit

Permalink
feat: mark exabyteml application as using material
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Jan 5, 2024
1 parent 5fce510 commit 3cf2920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class Application extends NamedDefaultableInMemoryEntity {
}

get isUsingMaterial() {
const materialUsingApplications = ["vasp", "nwchem", "espresso"];
const materialUsingApplications = ["vasp", "nwchem", "espresso", "exabyteml"];
return materialUsingApplications.includes(this.name);
}
}

0 comments on commit 3cf2920

Please sign in to comment.