aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/test_array.cc
Commit message (Expand)AuthorAge
* move 4D arrays (which we don't use in this thorn) inside #ifdef NOT_USEDjthorn2003-03-12
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* add extra { } around for loops so the code is now agnosticjthorn2002-09-26
* change $Id:$ --> $Header:$jthorn2002-09-13
* switch to new organization for #include files:jthorn2002-06-24
* rename get_array() as data_array()jthorn2002-04-21
* add functions to get array subscripting offset/stridesjthorn2002-03-30
* finish upgrading test driver to test all array classes withjthorn2002-03-28
* array1d now allows noncontiguous storagejthorn2002-03-28
* test both owning and non-owning array version of array2djthorn2002-03-28
* array.{cc,hh}jthorn2002-03-27
* put *everything* into namespace jtutil::jthorn2002-03-27
* Makefilejthorn2001-07-20
* array templates now optionally allow caller to supply underlying storage arrayjthorn2001-06-21
* rename util++.hh --> util.hhjthorn2001-06-21
* minor comment & whitespace tweaksjthorn2001-06-15
* remove array classes from namespace jtutil:: -- now they're injthorn2001-06-15
* change from int *x to int* x style for pointersjthorn2001-06-15
* test driverjthorn2001-06-15