| 
    SW_VAR_DENS_MODEL
    0.9
    
   Dept-averagedgas-particlemodel 
   | 
 
Public Member Functions | |
| logical function | eq_cc (lhs, rhs) | 
| logical function | eq_rr (lhs, rhs) | 
| logical function | eq_ii (lhs, rhs) | 
| logical function | eq_aa (lhs, rhs) | 
| logical function | eq_cr (lhs, rhs) | 
| logical function | eq_rc (lhs, rhs) | 
| logical function | eq_ci (lhs, rhs) | 
| logical function | eq_ic (lhs, rhs) | 
| logical function | eq_ir (lhs, rhs) | 
| logical function | eq_ri (lhs, rhs) | 
Definition at line 199 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_aa | ( | character(len=*), intent(in) | lhs, | 
| character(len=*), intent(in) | rhs | ||
| ) | 
Definition at line 728 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_cc | ( | complex*16, intent(in) | lhs, | 
| complex*16, intent(in) | rhs | ||
| ) | 
Definition at line 716 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_ci | ( | complex*16, intent(in) | lhs, | 
| integer, intent(in) | rhs | ||
| ) | 
Definition at line 742 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_cr | ( | complex*16, intent(in) | lhs, | 
| real*8, intent(in) | rhs | ||
| ) | 
Definition at line 732 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_ic | ( | integer, intent(in) | lhs, | 
| complex*16, intent(in) | rhs | ||
| ) | 
Definition at line 747 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_ii | ( | integer, intent(in) | lhs, | 
| integer, intent(in) | rhs | ||
| ) | 
Definition at line 724 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_ir | ( | integer, intent(in) | lhs, | 
| real*8, intent(in) | rhs | ||
| ) | 
Definition at line 752 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_rc | ( | real*8, intent(in) | lhs, | 
| complex*16, intent(in) | rhs | ||
| ) | 
Definition at line 737 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_ri | ( | real*8, intent(in) | lhs, | 
| integer, intent(in) | rhs | ||
| ) | 
Definition at line 757 of file complexify.f90.
| logical function complexify::operator(.ceq.)::eq_rr | ( | real*8, intent(in) | lhs, | 
| real*8, intent(in) | rhs | ||
| ) | 
Definition at line 720 of file complexify.f90.
 1.8.11