---------------------------------------------------------------
| 66 | |
| 67 | // --------------------------------------------------------------- |
| 68 | struct FakeStateData { |
| 69 | struct TimeInterval { |
| 70 | Real start, stop; |
| 71 | }; |
| 72 | const StateDescriptor *desc; |
| 73 | Box domain; |
| 74 | BoxArray grids; |
| 75 | TimeInterval new_time; |
| 76 | TimeInterval old_time; |
| 77 | MultiFab *new_data; |
| 78 | MultiFab *old_data; |
| 79 | Vector< Vector<BCRec> > bc; |
| 80 | }; |
| 81 | |
| 82 | |
| 83 | struct FakeAmrLevel { |
nothing calls this directly
no outgoing calls
no test coverage detected