Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kcrpmd_system_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def set_eta_my_gammay(self, q_array):
return None

def set_dnuclei(self):
print("yeehaw")
print("yessir")
if self.nbath == 0:
# I CHANGED THE DNUCLEI FROM 2 TO 3 TO TEST FOR CONFLICTS
self.dnuclei = 3
Expand Down