Skip to content
Snippets Groups Projects
Commit f13cc8a3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typo

parent fdedff43
No related branches found
No related tags found
No related merge requests found
// $Id: Solvers.cpp,v 1.42 2006-01-06 00:34:23 geuzaine Exp $ // $Id: Solvers.cpp,v 1.43 2006-02-22 17:25:03 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -108,7 +108,7 @@ int Solver(int num, char *args) ...@@ -108,7 +108,7 @@ int Solver(int num, char *args)
} }
else{ else{
if(!CTX.solver.listen){ if(!CTX.solver.listen){
Msg(INFO, "Stopped listening for solver conncetions"); Msg(INFO, "Stopped listening for solver connections");
return 0; return 0;
} }
// we don't know who will (maybe) contact us // we don't know who will (maybe) contact us
......
$Id: TODO,v 1.121 2006-01-27 23:35:35 geuzaine Exp $ $Id: TODO,v 1.122 2006-02-22 17:25:03 geuzaine Exp $
********************************************************************
add a min_recursion option for adaptve views (to force at least a
certain number of subdivisions)
******************************************************************** ********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment