dcomplex is a typedef to overcome C++ compiler issues with the std::complex type.
The std::complex type should be a template however some older C++ compilers implement complex as a double complex. dcomplex is used to hide this platform issue behind a typedef.
NOTE: This should be removed when no longer required.
Generated on Thu Jun 18 11:28:17 2009 for SAMRAI by
1.5.1