Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 45f81d59 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

add comments

parent 86c6fb17
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ public:
*/
template <class StreamClass>
friend StreamClass& operator<<(StreamClass& output, const FAdaptCell<CellClass,LeafClass>& cell){
output << "( Cell Id " << cell.getGlobalId() << " Adpatative " << std::boolalpha << cell.isadaptive()
output << "( Cell Id " << cell.getGlobalId() << " Adaptive " << std::boolalpha << cell.isadaptive()
<< " sminM " << cell.isSminMCriteria()<< " "<< cell.getnbPart() ;
if(cell.getLeavesSize() >0){
output << " LF={" ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment