1
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
operator&() is now implemented in terms of operator&=(). Likewise for the friend versions of surroundingNodes() and enclosedNodes(). More... about 27 years ago
Removed List<T>::copy(). Just a memory leak waiting to happen. More... about 27 years ago
Got rid of the ugly and dangerour (int*) cast. More... about 27 years ago
getBCArray() now returns Array<int> not int*. More... about 27 years ago
These are specialized versions of performCopy() and setVal(). They're being checked in only for informational purposes at the moment. That is, they're aren't integrated into the code. Turns out, they don't buy you anything on the DEC Alpha. They do though on a vector machine such as the Cray. More... about 27 years ago
Now need <Utility.H> More... about 27 years ago
Removed need for <Utility.H> More... about 27 years ago
Don't allow Mersenne prime as seed. More... about 27 years ago
Added pierre.nersc.gov (the T3E-600). More... about 27 years ago
Changed the profile tool from apprentice (which is broken) to pat. More... about 27 years ago
I've made it clearer in the code that only processor #0 writes to or does anything useful with the plotfile or checkpoint file header. More... about 27 years ago
Make a warning go away.
car
More... about 27 years ago
DIMV -> DIMENSION DIMV macro conflicted with the one in ArrayLim.H. More... about 27 years ago
utilrand() -> blutilrand(). More... about 27 years ago
Added Random(), InitRandom() and Fortran entry points for Random(). More... about 27 years ago
Added CVS ID in C comment. More... about 27 years ago
Reverted out the merged of FAB stuff in BaseFab. It tickles a bug with the Cray CC compiler on the T3E. Quite pernicious. More... about 27 years ago
Compile rule changes.
car
More... about 27 years ago
Fixed some inconsistencies between declarations in the _F.H file and the definition/usage. More... about 27 years ago
Mod to keep T3E quite re: usage of real*8 More... about 27 years ago
Only the I/O processor tries to build the required directory tree. More... about 27 years ago
DIMS.H has been merged in. More... about 27 years ago
DIMS.H has been merged into ArrayLim.H All .F files now have leading comment containing CVS ID. More... about 27 years ago
Now use f90 instead of f77. More... about 27 years ago
Changes for VC++
car
More... about 27 years ago
VC++ fixes.
car
More... about 27 years ago
Changles for VC++
car
More... about 27 years ago
Removed all checks on the return value of new. We now rely on a set_new_handler() being installed. See Parallel/HCAll/main.cpp for details. Brought up-to-date with the serial version of BndryLib. More... about 27 years ago
Removed all checks on the return value of new. We now rely on a set_new_handler() being installed. See Parallel/HCAll/main.cpp for details. More... about 27 years ago
A few more endls added. More... about 27 years ago