| c9a96f21 | 25-Nov-2015 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
restore histor.dat output in IC |
| ff89a70f | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix many warnings
removed loops over multiple files per process - that feature was dead |
| 4c3261e2 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
write_displ is a dead fn - replace its call with a stop stmt |
| 71350f02 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
C style comments in a C file |
| b7264451 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for reading d2wall |
| 20fccb6e | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for writing restarts |
| 86f7e418 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
don't use C++ comments and declarations in C |
| 266200f9 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
timer for reading of restart and geombc |
| f168ba47 | 24-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove commented code |
| 2992863c | 22-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
write the git hash to a copy of input.config in the build directory |
| 7c854a90 | 17-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix warnings |
| 1f3a8e97 | 17-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
the clang compiler does not like empty files |
| a6e5c1a2 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
initialize pointers |
| 618c57fd | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
incorrect header guard |
| 3de22adc | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
fix various warnings
mhmmmm... bugs it creates, copy and paste does |
| 13c09bf6 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
don't use variable length arrays |
| 47f44297 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
initialize variables, and compare like types |
| 7a6b4026 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
initialize variables |
| 9fdca21d | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
don't use variable length arrays |
| b744cbca | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
hard fail if computeMHSize is passed a bad version number |
| 10d56689 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
a few more warnings |
| fe03b87f | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
clean up warnings from variadic macros |
| 4187599a | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
missed a 'long long int' replacement |
| 1992a249 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
remove commented code seemingly related to aligned mem allocations |
| 2dd307a1 | 16-Nov-2015 |
Cameron Smith <smithc11@rpi.edu> |
unsigned long long requires C++11 - an unecessary requirement
on my laptop using GCC g++ 5.2.0 unsigned long and unsigned long long are both eight bytes |