Parent Directory
|
Revision Log
|
Patch
revision 1006 by ksteube, Tue Feb 13 22:56:57 2007 UTC | revision 1007 by gross, Mon Mar 5 01:00:53 2007 UTC | |
---|---|---|
# | Line 73 load(const std::string fileName, | Line 73 load(const std::string fileName, |
73 | const AbstractDomain& domain) | const AbstractDomain& domain) |
74 | { | { |
75 | #ifdef PASO_MPI | #ifdef PASO_MPI |
76 | throw DataException("Error - DataConstant:: dump is not implemented for MPI yet.") | throw DataException("Error - DataConstant:: dump is not implemented for MPI yet."); |
77 | #endif | #endif |
78 | NcAtt *type_att, *rank_att, *function_space_type_att; | NcAtt *type_att, *rank_att, *function_space_type_att; |
79 | // netCDF error handler | // netCDF error handler |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |