Skip to content

Commit

Permalink
Tried to fix windows build. Refs #7653.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Aug 21, 2013
1 parent 340b00a commit f496e9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class MANTID_API_DLL IPowderDiffPeakFunction : public virtual API::ParamFunction
typedef boost::shared_ptr<IPowderDiffPeakFunction> IPowderDiffPeakFunction_sptr;

/// Integral for Gamma
std::complex<double> E1(std::complex<double> z);
std::complex<double> MANTID_API_DLL E1(std::complex<double> z);

} // namespace API
} // namespace Mantid
Expand Down

0 comments on commit f496e9e

Please sign in to comment.