Nektar++
Functions
APESolver.cpp File Reference
#include <iostream>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 35 of file APESolver.cpp.

36 {
37  std::cout << "The APESolver was removed from Nektar++ in version 5.0.";
38  std::cout << " Please use the AcousticSolver instead." << std::endl;
39 
40  return -1;
41 }