Skip to content

Commit

Permalink
comment line that writes cmod to file
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Oct 3, 2023
1 parent b5d0960 commit 4ffbf3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ssc/cmod_fresnel_physical_iph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,9 @@ class cm_fresnel_physical_iph : public compute_module

void exec()
{
FILE* fp = fopen("fresnel_iph_cmod_to_lk.lk", "w");
write_cmod_to_lk_script(fp, m_vartab);
// Uncomment following 2 lines to write cmod inputs to LK script
//FILE* fp = fopen("fresnel_iph_cmod_to_lk.lk", "w");
//write_cmod_to_lk_script(fp, m_vartab);

// Common Parameters
bool is_dispatch = as_boolean("is_dispatch");
Expand Down

0 comments on commit 4ffbf3c

Please sign in to comment.