Parent Directory
|
Revision Log
|
Patch
revision 875 by gross, Thu Sep 21 05:29:42 2006 UTC | revision 876 by ksteube, Thu Oct 19 03:50:23 2006 UTC | |
---|---|---|
# | Line 1032 Data::integrate() const | Line 1032 Data::integrate() const |
1032 | } | } |
1033 | ||
1034 | Data | Data |
1035 | Data::erf() const | |
1036 | { | |
1037 | #if defined DOPROF | |
1038 | profData->unary++; | |
1039 | #endif | |
1040 | return escript::unaryOp(*this,(Data::UnaryDFunPtr)::erf); | |
1041 | } | |
1042 | ||
1043 | Data | |
1044 | Data::sin() const | Data::sin() const |
1045 | { | { |
1046 | #if defined DOPROF | #if defined DOPROF |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |