Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
huixingjian committed Jun 11, 2024
1 parent ebc30b4 commit 898c024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/laser/Laser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Laser::Laser (std::string name, bool laser_from_file)
else if (m_laser_init_type == "parser"){
bool real_is_specified=queryWithParser(pp, "laser_real(x,y,z)", m_profile_real_str);
bool imag_is_specified=queryWithParser(pp, "laser_imag(x,y,z)", m_profile_imag_str);
AMREX_ALWAYS_ASSERT_WITH_MESSAGE( real_is_specified && imag_is_specified ,
AMREX_ALWAYS_ASSERT_WITH_MESSAGE( real_is_specified && imag_is_specified,
"Please specify both real and imaginary part");
return;
}
Expand Down

0 comments on commit 898c024

Please sign in to comment.