ports/cad/tochnog/files/patch--tools+aba2tn.c
Maho Nakata b92ae76637 Add new port cad/tochnog
tochnog is a free finite element program with many features which is
distributed under GPL. TOCHNOG accepts free format input.
Boundary conditions can be imposed at geometrical entities,
as well as nodes and elements.

PR:             52088
Submitted by:   Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-13 05:29:48 +00:00

12 lines
300 B
C

--- ../tools/aba2tn.cc.orig Sat Jul 12 16:05:32 2003
+++ ../tools/aba2tn.cc Sat Jul 12 16:08:10 2003
@@ -1,5 +1,7 @@
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
+using std::cout;
+using std::cin;
#include <string.h>
#include <stdio.h>
#include <stdlib.h>