Ignore:
Timestamp:
Nov 22, 2011, 9:22:10 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
facba0
Parents:
66f24d
Message:

Major vmg update.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1136 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/solver/solver_regular.hpp

    r66f24d rdfed1c  
    11/**
    2  * @file   solver_dirichlet.hpp
     2 * @file   solver_regular.hpp
    33 * @author Julian Iseringhausen <isering@ins.uni-bonn.de>
    44 * @date   Mon Apr 18 13:11:47 2011
    55 *
    6  * @brief  VMG::SolverDirichlet
     6 * @brief  VMG::SolverRegular
    77 *
    88 */
    99
    10 #ifndef SOLVER_DIRICHLET_HPP_
    11 #define SOLVER_DIRICHLET_HPP_
     10#ifndef SOLVER_REGULAR_HPP_
     11#define SOLVER_REGULAR_HPP_
    1212
    1313#include "solver.hpp"
     
    1818class Multigrid;
    1919
    20 class SolverDirichlet : public Solver
     20class SolverRegular : public Solver
    2121{
    2222private:
     
    2727}
    2828
    29 #endif /* SOLVER_DIRICHLET_HPP_ */
     29#endif /* SOLVER_REGULAR_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.