Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/SetGaussianBasisAction.cpp

    r952f38 rbf3817  
    55 *      Author: heber
    66 */
     7
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
    712
    813#include "Helpers/MemDebug.hpp"
     
    7984
    8085Action::state_ptr WorldSetGaussianBasisAction::performRedo(Action::state_ptr _state){
    81   performUndo(_state);
     86  return performUndo(_state);
    8287}
    8388
Note: See TracChangeset for help on using the changeset viewer.