History log of /phasta/ (Results 226 – 250 of 460)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c9a96f2125-Nov-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

restore histor.dat output in IC

ff89a70f24-Nov-2015 Cameron Smith <smithc11@rpi.edu>

fix many warnings

removed loops over multiple files per process - that feature was dead

4c3261e224-Nov-2015 Cameron Smith <smithc11@rpi.edu>

write_displ is a dead fn - replace its call with a stop stmt

71350f0224-Nov-2015 Cameron Smith <smithc11@rpi.edu>

C style comments in a C file

b726445124-Nov-2015 Cameron Smith <smithc11@rpi.edu>

timer for reading d2wall

20fccb6e24-Nov-2015 Cameron Smith <smithc11@rpi.edu>

timer for writing restarts

86f7e41824-Nov-2015 Cameron Smith <smithc11@rpi.edu>

don't use C++ comments and declarations in C

266200f924-Nov-2015 Cameron Smith <smithc11@rpi.edu>

timer for reading of restart and geombc

f168ba4724-Nov-2015 Cameron Smith <smithc11@rpi.edu>

remove commented code

2992863c22-Nov-2015 Cameron Smith <smithc11@rpi.edu>

write the git hash to a copy of input.config in the build directory

7c854a9017-Nov-2015 Cameron Smith <smithc11@rpi.edu>

fix warnings

1f3a8e9717-Nov-2015 Cameron Smith <smithc11@rpi.edu>

the clang compiler does not like empty files

a6e5c1a216-Nov-2015 Cameron Smith <smithc11@rpi.edu>

initialize pointers

618c57fd16-Nov-2015 Cameron Smith <smithc11@rpi.edu>

incorrect header guard

3de22adc16-Nov-2015 Cameron Smith <smithc11@rpi.edu>

fix various warnings

mhmmmm... bugs it creates, copy and paste does

13c09bf616-Nov-2015 Cameron Smith <smithc11@rpi.edu>

don't use variable length arrays

47f4429716-Nov-2015 Cameron Smith <smithc11@rpi.edu>

initialize variables, and compare like types

7a6b402616-Nov-2015 Cameron Smith <smithc11@rpi.edu>

initialize variables

9fdca21d16-Nov-2015 Cameron Smith <smithc11@rpi.edu>

don't use variable length arrays

b744cbca16-Nov-2015 Cameron Smith <smithc11@rpi.edu>

hard fail if computeMHSize is passed a bad version number

10d5668916-Nov-2015 Cameron Smith <smithc11@rpi.edu>

a few more warnings

fe03b87f16-Nov-2015 Cameron Smith <smithc11@rpi.edu>

clean up warnings from variadic macros

4187599a16-Nov-2015 Cameron Smith <smithc11@rpi.edu>

missed a 'long long int' replacement

1992a24916-Nov-2015 Cameron Smith <smithc11@rpi.edu>

remove commented code seemingly related to aligned mem allocations

2dd307a116-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

12345678910>>...19