aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5_standalone/src/tensor_component.cc
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetIOF5_standalone/src/tensor_component.cc')
-rw-r--r--CarpetDev/CarpetIOF5_standalone/src/tensor_component.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/CarpetDev/CarpetIOF5_standalone/src/tensor_component.cc b/CarpetDev/CarpetIOF5_standalone/src/tensor_component.cc
index 6cd2b6486..3613688e7 100644
--- a/CarpetDev/CarpetIOF5_standalone/src/tensor_component.cc
+++ b/CarpetDev/CarpetIOF5_standalone/src/tensor_component.cc
@@ -120,7 +120,9 @@ namespace CarpetIOF5 {
-#warning "TODO: This assumes that the shape of data is the same as the shape of the region; this may not be so if not all of the data are written out"
+ // TODO: This assumes that the shape of data is the same as the
+ // shape of the region; this may not be so if not all of the data
+ // are written out
void tensor_component_t::
write (void const * const data,
int const cactus_datatype)