1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more access functions to the iterators: more STL like.
car
More... over 27 years ago
Small changes.
car
More... over 27 years ago
Replaced most endl's with '\n'. More... over 27 years ago
Removed the BoxList intersect with BoxList function. It wasn't implemented properly. Will add a correct one if the need arises. Removed ostrstream usage from BoxLib.cpp. More... over 27 years ago
Removed a strstream.h file inclusion, not needed.
car
More... over 27 years ago
Merged in BL_USE_NEW_HFILES. Removed many unnecessary #include directives. Removed a couple more instances of RASTER and CONTOUR usage. More... over 27 years ago
Minor modifications occasioned by the 4 level test problem, and letting the convergence test see the norm of the coarse_source. More... over 27 years ago
4 level test problem More... over 27 years ago
Quiet down a warning about conversion of long to bool. Update the Project file.
car
More... over 27 years ago
Bug fix for T3E (ReduceBoolAnd problems). More... over 27 years ago
Change Comment.
car
More... over 27 years ago
Only output continuation line count if > 19 of them. More... over 27 years ago
Changed a few functions that took `const int' to take simply a `int'. More... over 27 years ago
Removed some lines that had been commented out. More... over 27 years ago
Added BL_USE_NEW_HFILES macro. More... over 27 years ago
Added some stuff.
car
More... over 27 years ago
Broke a comment.
car
More... over 27 years ago
C++ style comments can't be in fortran include files.
car
More... over 27 years ago
Enforced all files having a copyright macro. Prepended all file inclusion macros with BL_ More... over 27 years ago
Inlined the constructors. Prepended BL_ to file inclusion macros. More... over 27 years ago
Inlined the constructors. Regularized the indentation. More... over 27 years ago
Inlined all the MultiFabIterator stuff. More... over 27 years ago
Now check assignments of Box::numPts() to integers. More... over 27 years ago
Check assignments of Box::numPts() to integers. More... over 27 years ago
Removed `inline' from class definitions. More... over 27 years ago
The previous virtual stuff that was removed consisted only of the stuff in FabArrayIterator. This mod removes all the virtual stuff from the three remaining Iterators in this module, as well as the virtual stuff from FabArrayCopyDescriptor. More... over 27 years ago
Removed all virtual stuff. More... over 27 years ago
Some cleanup and code simplification. Inlined more stuff. More... over 27 years ago
Removed all DPtr stuff. More... over 27 years ago
Removed all aliasing stuff from BaseFab. More... over 27 years ago